Skip to content

Convert a Ghidra XML file to a simple list of address-name pair.

Notifications You must be signed in to change notification settings

banjo360/ghidra-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ghidra converter

  • Export your program into an XML file
  • Run ghidra-converter <input>.xml <output>

And you'll get a file that looks like this:

8245fc10 main
8246ff48 getHealth
...

About

Convert a Ghidra XML file to a simple list of address-name pair.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages