Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
反反调试测试
Browse files Browse the repository at this point in the history
  • Loading branch information
pangliang committed Jun 12, 2015
1 parent e70bc8b commit 0005d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/jni/android-anti-debug.cpp
Expand Up @@ -56,6 +56,7 @@ void thread_task(int n)
}
void anti_debug()
{
LOGD("call anti_debug ......");
// ptrace(PTRACE_TRACEME, 0, 0, 0);
auto checkThread = std::thread(thread_task, 1);
checkThread.detach();
Expand Down

0 comments on commit 0005d20

Please sign in to comment.