Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add native libraries plugin #5

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

andyjsmith
Copy link
Contributor

Adds a plugin for viewing information about the native JNI (.so) libraries in APKs, specifically what Java methods they export.

https://github.com/andyjsmith/jadx-native-libraries-plugin

@skylot skylot merged commit 8e22b4a into jadx-decompiler:main Jan 8, 2025
@skylot
Copy link
Member

skylot commented Jan 8, 2025

@andyjsmith nice plugin 👍
I released a new plugin list bundle, so your plugin will appear in 'Available' section.

Although, using jadx-gui dependency is a hacky way to get things working. I found these missing APIs:

  • access to jadx-gui icons
  • show usage dialog

I will create new issues for these in jadx project. Also, feel free to report such missing APIs and I will add them 🙂

@andyjsmith
Copy link
Contributor Author

Awesome! I wasn't sure how malleable the API spec was. Good to know there might be a better way to use those in the future. If they get added I'll be sure to switch to them and drop the jadx-gui dep.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants