AntiDebugandMemoryDump
AntiDebugandMemoryDump copied to clipboard
App not crash
Hi bro. I have 2 question on this:
- I see you're create 2 threads to detect debug and memory dump. But I can not see the thread is stopped, is it gonna be stopped automatically ?. I concern there will be leaking resource if the thread still running when app is close but thread still running
- I have tried to run the app and connect the android debugger but nothing happen. I've tried put crash function call under
__android_log_print(ANDROID_LOG_WARN, APPNAME, "App is Debuggable");crash(0x3d5f);I'm not sure it is correct usage. Can you provide advise ?
Thank you