Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

hugsy/gef-binja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEF-Binja

Author: @hugsy

Interface easily GDB-GEF with Binary Ninja

Description

gef-binja is a plugin that is the server-side of the XML-RPC defined for gef for BinaryNinja. It will spawn a threaded XMLRPC server from your current BN session making it possible for gef to interact with Binary Ninja.

Youtube Tutorial

Installation

GUI installation

In Binary Ninja, press Ctrl-Shift-M to open the Plugin Manager. Then search for GEF-Binja and install it.

Manual installation

Linux
$ git clone https://github.com/hugsy/gef-binja/ "~/.binaryninja/plugins/gef-binja"
Windows
PS :\> git clone https://github.com/hugsy/gef-binja  "$Env:APPDATA\Binary Ninja\plugins\gef-binja"
Darwin

Untested but should work

$ git clone https://github.com/hugsy/gef-binja/ "~/Library/Application Support/Binary Ninja/plugins/gef-binja"

GEF Installation

If you don't have gef on the host where your GDB is running, the quickest way to install it is by running the following command from a shell prompt:

wget -q -O- https://github.com/hugsy/gef/raw/master/scripts/gef.sh | sh

In GDB, configure gef to connect to Binary Ninja:

gef➤  gef config ida-interact

Note: the config option is called ida-interact because GEF uses the same protocol for both communication with Binja and IDA.

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • 1300

Required Dependencies

The following dependencies are required for this plugin:

License

This plugin is released under a MIT license.

Metadata Version

2

About

Interface GDB-GEF with Binary Ninja

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages