mr.exodia
acc1196461
BRIDGE: moved _dbg_dbginit to a new export (to call when the GUI is ready)
...
DBG: changed some stuff in the plugin loader
GUI: call DbgInit when ready loading the GUI
2013-11-25 16:18:04 +01:00
mr.exodia
44934f139e
DBG: changed valfromstring order
2013-11-25 00:10:25 +01:00
mr.exodia
1f46794972
PROJECT: updated VS project
2013-11-24 23:20:30 +01:00
mr.exodia
ae46df3278
DBG: added a plugin define
...
DBG: changed the order of importance in valfromstring
GUI: fixed spelling mistake xD
2013-11-24 23:15:26 +01:00
mr.exodia
e6bef6f6de
DBG: added some plugin exports (logputs, logprintf and debugpause)
...
DBG: fixed a bug with the 'mov' command
DBG: added some aliases for the 'cls' command
2013-11-24 22:11:12 +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
4f77810f8f
BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP
...
BRIDGE: added _dbg_dbgcmddirectexec import
DBG: added export: _plugin_registercommand & _plugin_unregistercommand
DBG: fixed a bug in 'labelfromstring' (with modules)
DBG: different command architechture (argc, argv[] now)
DBG: different CMDRESULT enum (for compatibility with plugins)
DBG: added cmddirectexec
2013-11-24 17:27:18 +01:00
mr.exodia
2721ec8a6a
DBG: added stuff label from string, sym from string
2013-11-24 14:51:53 +01:00
Sigmapic
f3a7ed2e19
DBG: Fix issue in "_dbg_getbplist"
2013-11-24 11:16:56 +01:00
mr.exodia
142e6dc20a
DBG: active bp fix
2013-11-23 18:40:36 +01:00
Sigmapic
3ea429ef5b
DBG: Add "DbgGetBpList" prototype to bridgemain.h
...
DBG: Add a slot filed to BRIDGEBP for hardware breakpoints
2013-11-23 16:30:09 +01:00
mr.exodia
6b02f74e57
DBG: added more plugin callbacks
2013-11-22 22:31:35 +01:00
mr.exodia
6588b90ecd
DBG: added basic plugin support (load plugins + register & call callbacks)
2013-11-22 22:12:56 +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
0a86eb07a2
DBG: fixed a bug in the VS project (thanks acidflash)
2013-11-17 22:23:45 +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
2ea70c2d7e
DBG: added breakpoints table
2013-11-17 22:16:47 +01:00
mr.exodia
49ca6dc1f1
DBG: added sqlite helper file (sqlhelper.cpp)
2013-11-17 17:26:58 +01:00
mr.exodia
e1a6b26c8e
DBG: removed internal SQLite DB
...
DBG: now 100% supports debug symbols + gets API names etc
DBG: improved performance of _dbg_addrinfoget
2013-11-17 16:39:47 +01:00
mr.exodia
da3fdf53a3
DBG: fixed all memory leaks (from emalloc&efree)
2013-11-17 13:10:29 +01:00
mr.exodia
d80b5cf1c3
fixed various bugs + added internal sqlite database for exports
2013-11-17 02:43:50 +01:00
mr.exodia
c525e3397e
BRIDGE: renamed members of an enum
...
DBG: database in memory (1000*commentget() from 600ms -> 60ms)
DBG: added commands 'dbsave' and 'dbload' (to load databases when working in various instances)
PROJECT: updated help
2013-11-16 16:07:29 +01:00
mr.exodia
eb60123786
DBG: added _dbg_memisvalidreadptr export
...
BRIDGE: added DbgMemIsValidReadPtr
BRIDGE: compatible with MSVC
DBG: added comment+label set/get/del
DBG: added MSVC lib files for sqlite
PROJECT: updated help
PROJECT: update gitignore
2013-11-16 15:01:29 +01:00
mr.exodia
da299171be
DBG: changed behaviour of _dbg_bpgettypeat
2013-11-16 11:17:12 +01:00
mr.exodia
67bf3d2868
BRIDGE: added GuiUpdateAllViews export
...
BRIDGE: added GuiUpdateDisassemblyView export
DBG: call GuiUpdateAllViews(); where needed (resolved issue #19 )
GUI: compatible with Qt5 & MSVC again
GUI: added '_gui_updatedisassemblyview' export
2013-11-16 00:17:55 +01:00
mr.exodia
6c9de40fbc
first commit
2013-11-14 21:55:18 +01:00