PS3 emulator/debugger
Go to file
Alexandro Sánchez Bach bf293ebbfc Debugger improved: Instruction editor added
How to use the instruction editor:
1. Load an .ELF file
2. Select an instruction from any valid memory address inside any
thread.
3. Press 'E' key and have fun. :P

Note1: I suggest to remove the function InterpreterDisAsmFrame::DClick
and use InterpreterDisAsmFrame::InstrKey to do all debugging-related
actions (Add breakpoint, Edit, Step, Run, etc.) using the same keyboard
layout as debuggers like OllyDbg.

Note2: The final binary is 200 KB larger due to this feature. This issue
should be fixed in the future. This has probably something to do with
the #include's.
2013-09-21 02:40:36 +02:00
bin OpenGL renderer: 2013-08-27 18:18:01 +03:00
GL OpenGL renderer: 2013-08-26 17:18:59 +03:00
rpcs3 Debugger improved: Instruction editor added 2013-09-21 02:40:36 +02:00
stblib cellGifDec Module Added 2013-09-10 15:17:02 +02:00
Utilities Merge remote-tracking branch 'upstream/master' 2013-09-03 19:26:31 +02:00
wxWidgets PPUDecoder: 2013-07-03 23:25:54 +03:00
.gitignore Update .gitignore 2013-09-05 09:45:46 +02:00
README.md
rpcs3.sln cellGifDec Module Added 2013-09-10 15:17:02 +02:00

rpcs3

PS3 emulator/debugger