Home

Awesome

ExportToX64dbg

A Ghidra script to export information to a x64dbg database.

Screenshot x64dbg

Features

Installation

Copy ExportToX64dbg.py to your Ghidra scripts directory (the Script Manager has a button to show you all directories where Ghidra is looking for scripts).

If the script is not shown in the Script Manager, try the 'Refresh Script List` button.

Usage

Bugs/Limitations

At the moment the source code export is limited to elements that appear as ClangStatement in the ClangTokenGroup returned by getCCodeMarkup(). This works fine for most variable assignments and function calls, but excludes most control flow altering constructs (like if, for or while).

Similar projects

GhidraX64Dbg

ret-sync

lst2x64dbg