aimardcr / AndroidNativeGuard

All-in-one android application protection
164 stars 37 forks source link

AntiDump always true #3

Closed TheMercen133 closed 1 year ago

TheMercen133 commented 1 year ago

Antidump always returns true, even I don't do anything like dumping the memory

Results : AntiDump::execute len: 16 AntiDump::execute event->mask: 32

Tested on:

aimardcr commented 1 year ago

Opening or reading /proc/self/maps will trigger the module, can you show me the screenshot of the app? or maybe steps that you did?

TheMercen133 commented 1 year ago

Opening or reading /proc/self/maps will trigger the module, can you show me the screenshot of the app? or maybe steps that you did?

oh yeah I see, I have a method that checks the processing memory xD