1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
mr.exodia d4b6dd670c BRIDGE: removed CPU title API
GUI: added settings dialog
DBG: added settings (breaking at various callbacks)
DBG: remove singleshoot breakpoints from the database
DBG: safe dprintf function
DBG: set module + thread in window title
DBG: remove memory breakpoints from modules when unloaded
DBG: fixed a few bugs with the recent file list
2014-03-20 00:55:40 +01:00
Mr. eXoDia e591ecc353 - updated TitanEngine
- added DbgMemWrite bridge export
- removed bpfixmemory (now uses MemoryReadSafe & MemoryWriteSafe)
2014-03-15 17:01:35 +01:00
Mr. eXoDia ba96cbd9ae DBG: more effecient bpfixmemory 2014-03-10 20:02:32 +01:00
mr.exodia 7841d1c1b3 - resolved issue #34 (no more random crashes)
- added step until return (thanks to RaMMicHaeL for the suggestion)
2014-02-16 22:06:59 +01:00
mr.exodia 06d86c3c20 PROJECT: updated todo list
DBG: added 'asm' command (there are bugs with original breakpoint bytes with this->MemWrite in TitanEngine)
DBG: fixed a bug inside bpenumall
DBG: added memwrite function
2013-12-07 20:25:58 +01:00
mr.exodia 47607da8e4 BRIDGE: added GuiUpdateBreakpointsView()
DBG: call GuiUpdateBreakpointsView()
2013-12-06 16:42:06 +01:00
mr.exodia 83068ba147 DBG: debugged file path resolving
DBG: manually set entry breakpoints
DBG: bpfixmemory inside value.cpp
2013-12-03 21:02:13 +01:00
mr.exodia 43ce38dc21 PROJECT: updated todo list
DBG: some commenting (for signals)
2013-12-02 20:38:36 +01:00
mr.exodia 00b3f8c716 DBG: sdk update
DBG: added bptobridge function
DBG: call plugin callbacks
2013-11-24 21:06:29 +01:00
mr.exodia 142e6dc20a DBG: active bp fix 2013-11-23 18:40:36 +01:00
mr.exodia 4c2f73518a DBG: added bplist
DBG: added bookmark
GUI: many improbments
2013-11-20 22:28:20 +01:00
mr.exodia c15726cf2c BRIDGE: added BridgeSetting* exports
DBG: changed how modules are handled internally ('filename.extension' instead of 'filename')
DBG: fixed a bug in bpfixmemory (memory breakpoints would change the bytes too)
DBG: show breakpoint type when you break
DBG: added DeleteMemoryBPX command
DBG: set the most recent file using BridgeSetting
GUI: updated stuff with modules (MAX_MODULE_SIZE)
GUI: added restartDebugging() function
PROJECT: updated help
2013-11-20 17:55:59 +01:00
mr.exodia b12a05f627 DBG: updated TitanEngine
DBG: fixed terribly slow _dbg_memread export (became slow when you set more then two breakpoints)
DBG: fixed various bugs in breakpoint.cpp
DBG: added bpfixmemory to breakpoint.cpp (this restores the original breakpoint bytes)
DBG: re-enabled memory breakpoints
DBG: remove breakpoints outside of modules
DBG: fixed a bug in "bplist"
DBG: silent breakpoint
BRIDGE: renamed breakpoint types
2013-11-19 22:41:04 +01:00
mr.exodia 0f7e547f74 DBG: updated TitanEngine (hardware breakpoints for x64 now work)
PROJECT: updated help
DBG: you can now set & delete hardware breakpoints (x32+x64)
GUI: added hardware breakpoint delete in context menu
GUI: changed command bar shortcut to CTRL+ENTER
2013-11-18 22:12:42 +01:00
mr.exodia aa6c48743a PROJECT: updated help
DBG: re-wrote breakpoint.cpp
DBG: fixed some small code bugs (thanks DMichael)
DBG: fixed a bug with dbload()
DBG: INT3 breakpoint (set, delete, disable, enable) works again!
2013-11-18 19:20:18 +01:00
mr.exodia 7b338c4199 DBG: started with the new breakpoint system (currently only SetBPX and DeleteBPX work, hardware, memory dont work) 2013-11-17 22:16:49 +01:00
mr.exodia da3fdf53a3 DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00