1
0
Fork 0
Commit Graph

21 Commits

Author SHA1 Message Date
Mr. eXoDia b10e45dfae GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
Mr. eXoDia 021bc4d778 DBG: removed crappy UString class and moved string manipulation/conversion functions in a StringUtils class 2014-11-15 14:56:29 +01:00
Mr. eXoDia ebae693694 DBG: more unicode support (now x32_dbg doesn't import any *A() function) 2014-09-15 20:48:25 +02:00
Mr. eXoDia c79bc82292 DBG: added some comments on where to update the string handling to UTF-8 2014-09-07 19:04:57 +02:00
Mr. eXoDia bf8c69b475 DBG: clear plugin list on unload 2014-08-15 20:44:50 +02:00
Mr. eXoDia a52749002b DBG: resolved a potential crash when calling cbPlugin functions 2014-08-15 20:01:29 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia b64245837d GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command 2014-07-28 01:57:42 +02:00
Mr. eXoDia 1ffff8fdf7 DBG+GUI: winEventFilter plugin callback 2014-07-16 17:07:42 +02:00
Mr. eXoDia cf404b9273 DBG: automatically add plugin callbacks on certain export names +updated help 2014-07-07 19:38:23 +02:00
Mr. eXoDia 250271ed03 DBG: fixed many warnings on x64 (size_t conversions) 2014-07-07 17:13:57 +02:00
Mr. eXoDia a339dd2d2f BRIDGE: added GuiScriptEnableHighlighting
DBG: removed debug printf
DBG: fixed manifest problems
2014-05-21 01:18:20 +02:00
Mr. eXoDia 5777b7364f DBG: added command auto-completion
BRIDGE: added command auto-completion
GUI: added command auto-completion
GUI: added HistoryLineEdit in the Goto Dialog
2014-05-21 00:22:49 +02:00
Mr. eXoDia b4c264ad8b DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +02:00
Mr. eXoDia 0972dfdcee DBG: updated plugin SDK version, fixed issue #95 (I think) 2014-05-07 20:45:52 +02:00
Mr. eXoDia b7b4fb2969 DBG: finished plugin menu API (tested&working)
DBG: updated TitanEngine
GUI: different DbgInit calling place
2014-04-22 21:24:26 +02:00
Mr. eXoDia 98b0d7d858 DBG: add plugin menu api 2014-04-22 19:25:37 +02:00
mr.exodia 7bbe42eb5f DBG: fixed a bug with plugins loaded from the x64_dbg.exe directory (thanks cypher_punk) 2013-12-09 15:35:41 +01:00
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 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 6588b90ecd DBG: added basic plugin support (load plugins + register & call callbacks) 2013-11-22 22:12:56 +01:00