Vector35 / community-plugins

Repository for community provided Binary Ninja plugins
MIT License
410 stars 32 forks source link

[New Plugin]: x64dbgbinja #244

Closed utkonos closed 5 months ago

utkonos commented 5 months ago

Plugin Description

x64dbgbinja

Official x64dbg plugin for Binary Ninja.

Installation

Clone this repository in your Binary Ninja plugin directory.

Menu options

Import x64dbg database

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 x64dbg database

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.

Plugin Repository URL

Repo URL: https://github.com/x64dbg/x64dbgbinja

Real Release

psifertex commented 5 months ago

added, thanks!