ghidra_scripts
ghidra_scripts copied to clipboard
Port of devttyS0's IDA plugins to the Ghidra plugin framework, new plugins as well.
Stringi
Hey. Can Codatify convert bytes to letters and assemble them into words? Here's an example `sub_6B54 ; CODE XREF: .text:0000910C↓p var_140 = -0x140 var_138 = -0x138 var_134 = -0x134 var_130...
This is a really great idea for a project. I'd like to propose an addition: PowerPC ROP scripts along the lines of the MIPS ROP scripts. I can try to...
I have a CLI along with some modifications to the rizzo.py script that I would like to open-source. Would you all prefer to take the CLI as a pull request...
Fixes value error on line 386 using registers.index, First index will always be zero, which causes error, try except now catches that, and script works for format strings