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.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…