asLody / SandHook

Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
Other
2.06k stars 446 forks source link

x86 Support #16

Open nyancrimew opened 5 years ago

nyancrimew commented 5 years ago

Hi, I just quickly looked at your code and there does seem to be native code for x86, do you plan on including the x86 variant in the library as well? We're planning on using this library for a big app and need to support some Intel/Asus devices with x86 as well as debug on the Emulator.

ganyao114 commented 5 years ago

Thanks for your suggestion, X86 support is in my future plan. The reason why X86 is not supported now was that the share of X86 was too small.