Skip to content

Releases: evilpan/jni_helper

v0.2

20 Oct 12:30
Compare
Choose a tag to compare
  • Refactor the signature.json output format.
  • Now we can extract JNI methods with androguard instead of Jadx, which is 5x faster.

JadxFindJNI-v0.1.zip

05 Oct 09:07
Compare
Choose a tag to compare
  • handle overloaded JNI functions.
  • handle both C and C++ native JNI prototype.
  • other fixes.