gdbghidra icon indicating copy to clipboard operation
gdbghidra copied to clipboard

Incompatible with Ghidra V 9.1.2

Open CowBoy4mH3LL opened this issue 4 years ago • 5 comments

Seems like the latest build is incompatible with Ghidra's 2020-Feb-12 release.

CowBoy4mH3LL avatar Jun 12 '20 23:06 CowBoy4mH3LL

is there any solution for this problem?

conkerkh avatar Sep 03 '20 07:09 conkerkh

Not really a solution but I simply use radare's ghidra bridge...

CowBoy4mH3LL avatar Sep 03 '20 08:09 CowBoy4mH3LL

Not really a solution but I simply use radare's ghidra bridge...

Do you have any tutorial or whatever that would quick start me into debugging this way?

conkerkh avatar Sep 03 '20 13:09 conkerkh

I mean it won't provide code wise stepping but, if you use radare's debugger you could look at ghidra's decompilation which I believe is the most useful feature. https://github.com/radareorg/r2ghidra

CowBoy4mH3LL avatar Sep 04 '20 00:09 CowBoy4mH3LL

I found this plugin https://github.com/bootleg/ret-sync which works with the latest ghidra, it also consumes less memory. I also use a gdb plugin https://github.com/cyrus-and/gdb-dashboard to watch registers in real time.

hx7e4 avatar Sep 16 '20 17:09 hx7e4