rdbo / jnihook

Hook Java methods natively from C/C++
GNU Affero General Public License v3.0
118 stars 19 forks source link

Arch Info #8

Closed Ezriral closed 1 week ago

Ezriral commented 10 months ago

does it work with ARM 32bit, ARM 64bit ? or does it only work for emulators because i just see the x86 ASM files.

thank you

rdbo commented 10 months ago

Only works currently on x86_64 JVMs (OpenJDK, OracleJDK), not any other arches

pinkestflamingo commented 4 months ago

Only works currently on x86_64 JVMs (OpenJDK, OracleJDK), not any other arches

Will you add support for ARM 64 anytime soon?

EarzuChan commented 1 week ago

Hey! If you want to hook methods on Android devices (they use ARM architecture, though I'm not sure if that's what you're referring to), try using libraries like LSPlant (https://github.com/LSPosed/LSPlant).

rdbo commented 1 week ago

This is no longer an issue for JNIHook on master, it doesn't have arch-specific code anymore, and I plan to keep it that way Should work for any architecture now Everything should be 100% working when 2.0 releases