Commit Graph

12 Commits

Author SHA1 Message Date
Mr. eXoDia
16b36bb569 DBG: function + loop (draft) API 2014-05-29 00:36:45 +02: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
f6bc8ea1b9 GUI scripting done! 2014-02-09 13:34:48 +01:00
mr.exodia
3da353e8c5 PROJECT: updated help
BRIDGE: added function DbgFunctionOverlaps and DbgFunctionGet
DBG: added functiondel + function commands
GUI: added setting/deleting functions in the GUI
2013-12-27 22:27:29 +01:00
mr.exodia
d1b3f36cac BRIDGE: added 'DbgGetBranchDestination'
GUI: Enter/Return when a jump/call/ret is selected will now 'follow' the jump
2013-12-22 17:03:38 +01:00
mr.exodia
f3f1056165 BRIDGE: changed typedef of GUISENDMESSAGE
BRIDGE: added GuiGetWindowHandle function
DBG: added crappy(!) string detection
DBG: fixed another bug with valfromstring not being silent
DBG: added function 'disasmgetstringat' (UNICODE detection doesnt work)
2013-12-22 16:38:14 +01:00
mr.exodia
df9c1e9a21 PROJECT: updated clean.bat
PROJECT: updated MSVC projects
BRIDGE: use _gui_sendmessage
BRIDGE: small change of enum value
GUI: cleaned up the bridge (directly use Dbg* exports)
GUI: removed many exports
2013-12-06 15:10:44 +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
4c2f73518a DBG: added bplist
DBG: added bookmark
GUI: many improbments
2013-11-20 22:28:20 +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
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