Ghidra Scripts written in Java. For now they simply take care of bulk edits.
Go to file
DrFrugal 011bc48f76 introduced method to get functions by tags instead of just by name regex
method for setting tags by name regex
new script for importing calling conventions by offset
refactoring script names to be more consistent
2024-02-11 20:20:19 +01:00
.gitignore initial commit 2024-01-22 05:51:31 +01:00
BulkUtils.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
ExportFuncBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
ImportCallConvBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
LICENSE Initial commit 2024-01-22 05:48:58 +01:00
README.md Initial commit 2024-01-22 05:48:58 +01:00
SetCallConvBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
SetFuncParamByIndexBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
SetFuncTagsBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00
SetReturnTypeBulk.java introduced method to get functions by tags instead of just by name regex 2024-02-11 20:20:19 +01:00

README.md

GhidraScripts

Ghidra Scripts written in Java. For now they simply take care of bulk edits.