Skip to content

v2.0.0

Compare
Choose a tag to compare
@mike-hunhoff mike-hunhoff released this 07 Nov 21:34
· 36 commits to main since this release
8351555

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 and issubclass 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