SsageParuders / AndroidPtraceInject

Android Ptrace Inject for all ABIs and all APIs. Help you inject Shared Library on Android.
MIT License
170 stars 66 forks source link

x86_64(模拟器) ptrace_call bug #11

Open alienwu2018 opened 10 months ago

alienwu2018 commented 10 months ago

修复x86_64(模拟器)bug需要处理2个地方: 1.当前压栈后堆栈不平衡 2.少写了个地方导致无法正常call mmap 可参考: fix from https://github.com/coff33h/LinuxInjector/blob/main/injector.c