WrBug / dumpDex

💯一款Android脱壳工具,需要xposed支持, 易开发已集成该项目。
https://github.com/WrBug/DeveloperHelper
MIT License
3.01k stars 613 forks source link

Not found arm-linux-androideabi/asm/ptrace.h #12

Closed BackTrackCRoot closed 6 years ago

BackTrackCRoot commented 6 years ago

I want to build it, but how to get the "carm-linux-androideabi/asm/ptrace.h" ? In my Ndk env , i can't find this.

ohyeah521 commented 6 years ago

add this to CMakeLists.txt: include_directories(${ANDROID_SYSROOT}/usr/include/arm-linux-androideabi)

BackTrackCRoot commented 6 years ago

thanks, when I update the NDK, the error was missed.