You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ghidra Debugger has built-in support for GDB so it should just work assuming psplink has support for all the required features. The only additional thing this plugin could provide is the mapping offer for using Allegrex instead of built in MIPS for dynamic disassembly.
First step is to investigate if Ghidra can connect to psplink gdbserver.
I've confirmed that this does indeed work, but I'm encountering issues with setting breakpoints successfully. It's looking for a module to map to which does not appear in a retail game with no debug symbols, I believe.
I'm using the gdb over SSH option, with the path to psp-gdb defined during setup.
Ghidra Debugger has built-in support for GDB so it should just work assuming psplink has support for all the required features. The only additional thing this plugin could provide is the mapping offer for using Allegrex instead of built in MIPS for dynamic disassembly.
First step is to investigate if Ghidra can connect to psplink gdbserver.
Response to #15 (comment) ping @sajattack
The text was updated successfully, but these errors were encountered: