AndroidInjection
AndroidInjection copied to clipboard
This project contains several exercises about injection using ptrace on Android platform
there is an error in exersize1 and exersize3: incomplete type 'struct pt_regs' struct pt_regs regs it's head file problem, type.h and ptrace.h didn't include the discribe of the struct pt_regs,I...
there is a error in exersize3:initializer element is not a compile-time constant { "strlen", (uint32_t) hook_strlen }, ^~~~~~~~~~~~~~~~~~~~~~ I want to know how to fixed it, thanks a lot