Skip to content

Some Ghidra Scripts I am using for research and experimentation

Notifications You must be signed in to change notification settings

ckane/CkaneGhidraScripts

Repository files navigation

Ghidra Scripts

This is a repository of some scripts I am using for my research and experiments.

JsonBlocks.java

This script will dump one program's functions & basic blocks, with instructions and Pcode, into a Json file named output.json, in the current working directory.

Example execution:

/path/to/ghidra/support/analyzeHeadless /projects/path ProjectName -import /full/path/to/program.exe \
    -postScript JsonBlocks.java
/path/to/ghidra/support/analyzeHeadless /projects/path ProjectName -process program.exe \
    -postScript JsonBlocks.java

About

Some Ghidra Scripts I am using for research and experimentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published