Skip to content

Version 2.2

Compare
Choose a tag to compare
@jamchamb jamchamb released this 08 Feb 19:19
· 5 commits to main since this release
  • Fix build for Ghidra 11
  • Add GoFuncCallStrings.java script
    • Analyzes P-Code to find string structures passed directly to function calls via registers, without being written to the stack. Uses "normalize" style analysis with Ghidra's new built-in Golang support (see Ghidra release notes for supported Golang versions).