NOTE: This project will no longer be updated as the functionality has been implemented directly in JNIAnalyzer.
This is a simple command line program that:
- Parses an APK file
- Enumerate all native methods
- Converts the argument types to the native equivalent
- Writes the result to a JSON file
$ java -jar FindNativeJNIMethods.jar
Usage: FindNativeJNIMethods.jar <path to apk> <path to output file>
This program is a simple wrapper around the JADX decompiler that does all the heavy lifting.