Skip to content Skip to sidebar Skip to footer
Showing posts with the label C

Android Render Script Error When Assigning To Out Paramaeter

i am getting error Fatal signal 11 (SIGSEGV) at 0x51b71000 (code=1), thread 3696 (sssist.magnitab)… Read more Android Render Script Error When Assigning To Out Paramaeter

Demonstrating Printf Or __android_log_print Vulnerabilities With Android Ndk

I am interested in demoing printf vulnerabilities via an NDK app. To be clear, I am aware that to l… Read more Demonstrating Printf Or __android_log_print Vulnerabilities With Android Ndk

Android Aes In C

I wanna encrypt my files on PC(Windows 7, 64bit) and decrypt 'em on Android. I use this algo t… Read more Android Aes In C

Opencv Undefined References

I'm trying to link my JNI Android application with OpenCV but I get these errors ./obj/local/ar… Read more Opencv Undefined References

Connect To Sqlite In Android Ndk Native

I'm connecting SQLite in NATIVE on android. I'm Got this exception: unable to open databas… Read more Connect To Sqlite In Android Ndk Native

How To Use Arm_acle C Language Extensions In Android

There are lots of examples of using arm neon intrinsics for android, with the ndk even having an ex… Read more How To Use Arm_acle C Language Extensions In Android

Using Make's 'wildcard' Function In Android.mk

I'm having a problem using Make's wildcard function in my Android.mk build file. My other … Read more Using Make's 'wildcard' Function In Android.mk

Android Ndk Openssl Error Cross-compiling

I am new in NDK and I am following this guide to build OpenSSL for Android, I am using Windows 7 an… Read more Android Ndk Openssl Error Cross-compiling