The official plugin designed to enhance the synergy between Binary Ninja and x64dbg.
In this article, we’ll delve into the seamless integration of these powerful reverse engineering tools, showcasing how x64dbgbinja simplifies importing and exporting data between the two platforms.
Explore the installation process and discover how to efficiently transfer comments, labels, and symbols, ultimately streamlining your reverse engineering workflow.
Official x64dbg plugin for Binary Ninja.
Clone this repository in your Binary Ninja plugin directory.
Import comments/labels from an uncompressed x64dbg JSON database in Binary Ninja.
Symbols for imported functions and or library functions can be overwritten via the “Overwrite X” entries in Settings.
Export comments/labels to a JSON database that can be loaded by x64dbg.
To export labels only: uncheck “Export Comments” under “x64dbg Database Export” in Settings.
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…