Import and export x64dbg comments, labels, bookmarks and breakpoints in Cutter
Simply checkout or download the repository and copy x64dbgcutter.py to your cutter plugins directory (locating the plugins directory).
Import comments, labels(as flags), bookmarks and breakpoints from an uncompressed x64dbg JSON database to Cutter.
Labels are imported to the x64dbgcutter.labels flagspace (fs x64dbgcutter.labels
) and bookmarks are added with a bookmark_ prefix to the x64dbgcutter.bookmarks flagspace. Use fs-x64dbgcutter.<labels/bookmarks>
to remove the imported flags.
Export comments, flags(as labels) and breakpoints to a JSON database that can be loaded by x64dbg.
- Due to r2 constraints, comments and breakpoints are only imported for the main module.