WIP ARM32 inline-hook prototype. The trampoline currently supports hooks whose first two displaced ARM instructions can be copied without relocation.
The entry patch may later use a direct B when the detour is within range. An indirect branch is required otherwise.
cd jni
ndk-build
check usage over at /jni/entry_point.cpp
- Support Thumb2 and ARM64
- Un-Hook Functionality
- Delshire (@Reversive)
