1
0
Fork 0
x64dbg/x64_dbg_dbg
mr.exodia a781f740aa DBG: fixed a bug in cbInstrMov (non-uint variables were not set)
DBG: added commands setstr & getstr (to set+get string variables)
DBG: fixed a bug with deleting data variables
DBG: added function 'vargettype'
2014-03-26 23:42:11 +01:00
..
BeaEngine BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
TitanEngine DBG: automatically set breakpoints on TLS callbacks in the PE Header 2014-03-18 22:43:25 +01:00
XEDParse DBG: added assembleat function 2014-02-22 16:14:36 +01:00
dbg first commit 2013-11-14 21:55:18 +01:00
dbghelp first commit 2013-11-14 21:55:18 +01:00
sqlite DBG: added _dbg_memisvalidreadptr export 2013-11-16 15:01:29 +01:00
test first commit 2013-11-14 21:55:18 +01:00
_exports.cpp DBG: fixed a crash with addrinfoget 2014-03-22 16:36:42 +01:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
_global.h BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
_plugin_types.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
_plugins.cpp PROJECT: updated help (plugin functions documented now) 2014-03-24 21:39:43 +01:00
_plugins.h GUI: fixed a bug in the exception catcher 2014-03-26 22:52:41 +01:00
addrinfo.cpp BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
addrinfo.h DBG: added function symgetsymbolicname 2014-03-10 21:49:08 +01:00
argument.cpp DBG: fixed various small bugs 2014-01-12 15:02:14 +01:00
argument.h first commit 2013-11-14 21:55:18 +01:00
assemble.cpp DBG: added assembleat function 2014-02-22 16:14:36 +01:00
assemble.h DBG: added assembleat function 2014-02-22 16:14:36 +01:00
breakpoint.cpp BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
breakpoint.h BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
command.cpp DBG: updated TitanEngine 2013-12-25 15:39:54 +01:00
command.h PROJECT: updated help (plugin functions documented now) 2014-03-24 21:39:43 +01:00
console.cpp BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
console.h first commit 2013-11-14 21:55:18 +01:00
data.h first commit 2013-11-14 21:55:18 +01:00
dbg.h first commit 2013-11-14 21:55:18 +01:00
debugger.cpp GUI: fixed a bug in the exception catcher 2014-03-26 22:52:41 +01:00
debugger.h DBG: added ignored exception list functiosn 2014-03-21 23:55:59 +01:00
disasm_helper.cpp DBG: fixed a crash with addrinfoget 2014-03-22 16:36:42 +01:00
disasm_helper.h DBG: added stack information 2014-03-02 22:31:04 +01:00
instruction.cpp DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
instruction.h DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
libdbg_x32.a first commit 2013-11-14 21:55:18 +01:00
libdbg_x64.a first commit 2013-11-14 21:55:18 +01:00
main.cpp first commit 2013-11-14 21:55:18 +01:00
math.cpp PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
math.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
memory.cpp - updated TitanEngine 2014-03-15 17:01:35 +01:00
memory.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
msgqueue.cpp DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
msgqueue.h DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
plugin_loader.cpp DBG: fixed a bug with plugins loaded from the x64_dbg.exe directory (thanks cypher_punk) 2013-12-09 15:35:41 +01:00
plugin_loader.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp PROJECT: updated help (plugin functions documented now) 2014-03-24 21:39:43 +01:00
simplescript.h PROJECT: updated help (plugin functions documented now) 2014-03-24 21:39:43 +01:00
sqlhelper.cpp - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
sqlhelper.h DBG: updated TitanEngine (hardware breakpoints for x64 now work) 2013-11-18 22:12:42 +01:00
stackinfo.cpp DBG: fixed a crash with addrinfoget 2014-03-22 16:36:42 +01:00
stackinfo.h GUI: added stack 2014-03-02 20:59:58 +01:00
symbolinfo.cpp DBG: added function symgetsymbolicname 2014-03-10 21:49:08 +01:00
symbolinfo.h DBG: added function symgetsymbolicname 2014-03-10 21:49:08 +01:00
thread.cpp DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
thread.h DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
threading.cpp - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
threading.h - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
undocumented.h - added undocumented structures 2014-03-16 12:56:55 +01:00
value.cpp - updated TitanEngine 2014-03-15 17:01:35 +01:00
value.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
variable.cpp DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
variable.h DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
x64_dbg.cpp DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.cbp GUI: thread list view (completed 100%) 2014-03-16 01:48:14 +01:00
x64_dbg_dbg.vcxproj - added undocumented structures 2014-03-16 12:56:55 +01:00
x64_dbg_dbg.vcxproj.filters - added undocumented structures 2014-03-16 12:56:55 +01:00
x64_dbg_dbg.vcxproj.user first commit 2013-11-14 21:55:18 +01:00