v2.0.0
This release includes support for Ghidra 10.2 and Python 3.11!
Welcome first time contributors 🎉
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
- added Ghidra script variables, e.g.
currentProgram
, to Python__builtins__
extending access to imported modules - enabled use of Python
isinstance
andissubclass
built-in functions against imported Java classes - added full path of Python script to Python
__file__
- updated README to match Ghidra 10.2 build requirements
Bug Fixes
- fixed compilation bug enabling Ghidra 10.2 build
- removed deprecation warning from
GhidrathonScriptProvider
- removed deprecation warning from
GhidrathonPlugin
Development
- added unit tests
Full Changelog: v1.0.0...v2.0.0