DisabledMallis / Ghidra-Scripts

Some ghidra scripts I made that I use fairly frequently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghidra Scripts

Various different ghidra scripts I have made.

VTDump

Dumps the selected vtable as C++ code that you can (sometimes) directly copy and paste

VTStruct

Generates a structure based on the selected VTable. You can then set the vtable pointer to this structure to view which functions are being called more easily in the decompile view.

About

Some ghidra scripts I made that I use fairly frequently.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%