Skip to content

v3.0.1

Compare
Choose a tag to compare
@mike-hunhoff mike-hunhoff released this 06 Sep 13:21
· 20 commits to main since this release
7489831

This release exposes the GhidraState object to your Python 3 Ghidra scripts by adding a new function named state to the Python 3 builtins scope.

e.g.

> state() == getState()
True

Please see our Ghidra Python 3 script example here for a closer look at writing Python 3 scripts for Ghidra.

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.

What's Changed

  • expose GhidraState object using state function added to Python builtins by @mike-hunhoff in #75

Full Changelog: v3.0.0...v3.0.1