muellerberndt / frida-detection

A couple of methods for detecting Frida on Android.
431 stars 118 forks source link

Fix errors: missing includes unistd.h & errno.h, comment include asm.h, silence warnings #2

Closed enovella closed 6 years ago

enovella commented 6 years ago

Bugfixes for compiling with latest Android Studio.

The line https://github.com/b-mueller/frida-detection-demo/blob/master/AntiFrida/app/src/main/cpp/bionic_asm.h#L39 had to be commented in order to compile successfully. Is there better workaround for this bugfix? Otherwise, the compilation wasn't okay.

The application seems to work fine though.

Cheers