muellerberndt / frida-detection

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

Is there any solution that can bypass the self-defined API in native used to detect LIBFRIDA? #7

Open zeng9t opened 5 years ago

zeng9t commented 5 years ago

Is there any solution that can bypass the self-defined API in native used to detect LIBFRIDA? Thanks if you could provide any ideas.

mrnfrancesco commented 5 years ago

From the blog post cited on readme:

This is a bit more effective as overall, and is difficult to bypass with frida only, especially with some obuscation added. Even so, there are of course many ways of bypassing this as well. Patching and system call hooking come to mind. Remember, the reverse engineer always wins!