v2.1.0
This release includes support for numpy
and macOS (x86_64
) and small bug fixes and improvements 🎉
Note: to start using the latest version of Ghidrathon you will need to rebuild using the instructions and updated version requirements outlined in our README.
Please report any issues to our GitHub.
Improvements
- Adds support for macOS (
x86_64
) by @Cnly in #40 - Removes
isinstance
andissubclass
workarounds by @colton-gabertan in #39 - Migrates to use
JepConfig
stdout
andstderr
by @ooprathamm in #36 - Uses
google-java-format
for consistent formatting by @mike-hunhoff in #42
Bug Fixes
- Added
numpy
toJep
shared modules to prevent Ghidra from crashing by @mike-hunhoff in #41 - Give preference to Python
pdb
module when importing from Python by @mike-hunhoff in #41
New Contributors
- @colton-gabertan made their first contribution in #39
- @ooprathamm made their first contribution in #36
- @Cnly made their first contribution in #40
Full Changelog: v2.0.1...v2.1.0