Android_Anti_Debug
Android_Anti_Debug copied to clipboard
An example of android anti-debug.
项目无法编译通过
Build command failed. Error while executing process F:\SDK\cmake\3.10.2.4988404\bin\cmake.exe with arguments {--build D:\GitHub\Android_Anti_Debug\AntiDebug\app\.externalNativeBuild\cmake\debug\x86_64 --target native-lib} [1/2] Building CXX object CMakeFiles/native-lib.dir/src/main/cpp/native-lib.cpp.o FAILED: CMakeFiles/native-lib.dir/src/main/cpp/native-lib.cpp.o F:\SDK\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=x86_64-none-linux-android --gcc-toolchain=F:/SDK/ndk-bundle/toolchains/x86_64-4.9/prebuilt/windows-x86_64 --sysroot=F:/SDK/ndk-bundle/sysroot -Dnative_lib_EXPORTS -isystem F:/SDK/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/include -isystem F:/SDK/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include...
你好,我看了您写的《TEE漏洞学习——CVE-2015-6639》,想交流几个问题。 您有其它社交联系方式吗?任意都可。
JNICALL Java_com_sec_gtoad_antidebug_MainActivity_stringFromPtrace( JNIEnv *env, jobject /* this */) { int check = ptrace(PTRACE_TRACEME,0 ,0 ,0); LOGI("ret of ptrace : %d",check); std::string hello = "Hello from ptrace"; if(check != 0){ hello...
我想问关于 .so 的事 这里有没有联系方式。 您能加我的微信吗?我的号是 mrericsia
 here p is a signed char , but it is compared with an constant 222 so it is always gonna return false, we are not going to detect any...