hugsy / gef-binja

Interface GDB-GEF with Binary Ninja
MIT License
58 stars 6 forks source link

Update binja_gef.py to the latest Binja API #1

Closed hugsy closed 4 years ago

hugsy commented 4 years ago

From Twitter/0xRaindrop

The GEF/Binja was developed some times ago and should be updated to the latest API.

Some of the errors to fix:

gef➤  bn Jump $pc
True
gef➤  ni
[!] Command 'ida-interact' failed to execute properly, reason: <Fault 1: "<type 'exceptions.AttributeError'>:Gef instance has no attribute 'Sync'">
0x08048b4a in main ()
hugsy commented 4 years ago

Most of the commands should be working on and after 63e4a26