A collection of some useful Ghidra scripts I come up with. This is a personal repository. So while you can open issues, I won't guarantee any bug fixes, improvements, etc.
Scripts only tested with CentOS 7.
Each script has a .md file with its documentation.
- YaraSearch.py:
yaramust be in$PATH - GoogleSearch.py: Needs
firefoxin$PATH
For details please see each script's .md file.
Copy the script(s) (you like to use) to your ghidra_scripts folder (usually located
at ~/ghidra_scripts) or any other directory Ghidra is configured to search for
scripts.
- Make
SearchStackStrings.pycallStackStrings.pyinternally. - Improve
StackStrings.pyto handle different and more complex strack strings.