gdbghidra
gdbghidra copied to clipboard
Incompatible with Ghidra V 9.1.2
Seems like the latest build is incompatible with Ghidra's 2020-Feb-12 release.
is there any solution for this problem?
Not really a solution but I simply use radare's ghidra bridge...
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?
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
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.