bytedance / bhook

:fire: ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.
https://github.com/bytedance/bhook/tree/main/doc#readme
MIT License
2.05k stars 315 forks source link

Allow work without java #100

Closed halx99 closed 2 weeks ago

halx99 commented 2 months ago

This PR allow work without java

caikelun commented 2 weeks ago

I think this is not a good change. If you don't need the Java interface, you can exclude the bh_jni.c file when compiling.