Skip to content

mifki/df-ghidra-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

df-ghidra-scripts

codegen_c_hdr_ghidra.pl

generates C headers from df-structures codegen.out.xml

invocation:

perl codegen_c_hdr_ghidra.pl [--linux] [--32] <codegen.out.xml>

will output codegen.h, and the name should not be changed when importing into Ghidra

symbols_to_ghidra.pl

generates a Ghidra script to create globals and vmethods, apply their types, etc.

invocation:

perl symbols_to_ghidra.pl <symbol-table name> <codegen.out.xml> <symbols.xml> > ghidra_scripts_folder/df_ghidra.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages