Skip to content

Scripts I found useful for reverse engineering that I ported for use in the analyzeHeadless mode of Ghidra

Notifications You must be signed in to change notification settings

mjb2k/ghidra_analyze_headless_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This github repository was built to make useful ghidra scripts I found on the internet (particuluary ones that create bookmarks) to be able to output to a file there findings to make them compatible with the analyzeHeadless mode. The output file is in json format. All credit belongs to the original creators.

To use the scripts simply do:

$YOUR_GHIDRA_PATH/analyzeHeadless |project path| |project name| -import |executable to import| -postScript |script_name| |path to output file| -scriptPath |path to script|

example:

analyzeHeadless /ghidra/projects tmp_project -import malware.exe -postScript analyze_headless_yara.py /ghidra/analyzed/output.json -scriptPath /ghidra_analyze_headless_scripts/ninja_scripts

About

Scripts I found useful for reverse engineering that I ported for use in the analyzeHeadless mode of Ghidra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published