Skip to content

sooko/ghidra_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghidra_scripts

Collection of Ghidra RE scripts

Scripts

  • ghidra_headless.py: Wrapper to run Ghidra in headless mode and execute a provided script with arguments

  • dump_functions.py: Example script to dump function names and addresses

Usage

ghidra_headless.py can be used as follows:

python ghidra_headless.py <binary> <script> <script arg1> <script arg2> <...>

Example:

python ghidra_headless.py /bin/ls scripts/dump_functions.py output.txt

About

Ghidra RE scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%