Releases: andyjsmith/jadx-native-libraries-plugin
Releases · andyjsmith/jadx-native-libraries-plugin
v1.0.4
What's Changed
- feat: Display error message inside dialog when ELF parsing fails
- fix: Handle errors when an ELF has invalid magic bytes due to e.g. obfuscation or corruption (#6)
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Fix: handle null pointer when dynamic symbols section in ELF is not found 3103d02
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Important
v1.0.2 of this plugin requires jadx-gui 1.5.2+ (which is not yet released). For jadx 1.5.1, continue using v1.0.1. Installing via the plugins dialog in jadx will handle this automatically.
What's Changed
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Bugfix: changed some logged warnings to debugs
v1.0.0
Initial release