An open API service indexing awesome lists of open source software.

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

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.

![Screenshot](screenshots/dialog.png)

Install using location id: `github:andyjsmith:jadx-native-libraries-plugin`

In jadx-cli:
```bash
jadx plugins --install "github:andyjsmith:jadx-native-libraries-plugin"
```