Rprop / And64InlineHook

Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++
MIT License
620 stars 199 forks source link

fix Android 10 and above .text segment is read-only by default #6

Closed liuyou closed 3 years ago

liuyou commented 3 years ago

On Android 10 an above,the .text segment is read-only by default image so fix it by make it readable pre hooking

Rprop commented 3 years ago

Thanks.