Skip to content

Releases: andyjsmith/jadx-native-libraries-plugin

v1.0.4

24 Oct 22:50
4c3200d

Choose a tag to compare

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

04 Oct 17:55
3a8b5e0

Choose a tag to compare

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

27 Jan 03:30
d585467

Choose a tag to compare

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

  • Use new jadx API for icons and usage dialog by @skylot in #1

New Contributors

  • @skylot made their first contribution in #1

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Jan 23:09
dea32e7

Choose a tag to compare

Bugfix: changed some logged warnings to debugs

v1.0.0

07 Jan 22:47
a9028a7

Choose a tag to compare

Initial release