https://github.com/andyjsmith/jadx-native-libraries-plugin
JADX-GUI plugin to get information about the native JNI (.so) libraries in an APK
https://github.com/andyjsmith/jadx-native-libraries-plugin
Last synced: 5 months ago
JSON representation
JADX-GUI plugin to get information about the native JNI (.so) libraries in an APK
- Host: GitHub
- URL: https://github.com/andyjsmith/jadx-native-libraries-plugin
- Owner: andyjsmith
- License: apache-2.0
- Created: 2025-01-07T20:59:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-23T22:59:59.000Z (8 months ago)
- Last Synced: 2025-10-24T00:07:32.819Z (8 months ago)
- Language: Java
- Size: 125 KB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## JADX Native Libraries plugin
Get information about the native JNI (.so) libraries in the APK.
- View all the JNI methods defined in the native libraries included in the APK.
- Jump to each method's Java definition and find usages.

Install using location id: `github:andyjsmith:jadx-native-libraries-plugin`
In jadx-cli:
```bash
jadx plugins --install "github:andyjsmith:jadx-native-libraries-plugin"
```