aimardcr / AndroidNativeGuard

All-in-one android application protection
146 stars 35 forks source link

What is it?

Android Native Guard is a proof of concepts on how to detect various threat that might harm your application's integrity.

How secure is it?

Android Native Guard used what's called Secure API and low-level function call through inline syscall to prevent any bypass that could potentially break the security system. Android Native Guard used various open-source projects to implement a true-secure android application system.

Modules

TODO

Notes

Credits

https://github.com/darvincisec/AntiDebugandMemoryDump

https://github.com/darvincisec/DetectFrida

https://github.com/aimardcr/NativeDetector