1
0
Fork 0
x64dbg/x64_dbg_dbg
mr.exodia b393a8b24e GUI: resolved issue #28
DBG: disabled auto-comments (too slow)
GUI: added SymbolView (dummy)
2014-02-17 21:37:49 +01:00
..
BeaEngine BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
TitanEngine updated TitanEngine 2014-02-08 21:23: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 GUI: resolved issue #28 2014-02-17 21:37:49 +01:00
_exports.h GUI scripting done! 2014-02-09 13:34:48 +01:00
_global.cpp BRIDGE: changed BridgeAlloc to use WINAPI 2014-02-15 18:27:11 +01:00
_global.h DBG: debugged file path resolving 2013-12-03 21:02:13 +01:00
_plugin_types.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
_plugins.cpp PROJECT: updated help 2013-12-28 02:33:23 +01:00
_plugins.h PROJECT: updated help 2013-12-28 02:33:23 +01:00
addrinfo.cpp - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
addrinfo.h PROJECT: updated help 2013-12-27 22:27:29 +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: fixed various small bugs 2014-01-12 15:02:14 +01:00
assemble.h PROJECT: updated todo list 2013-12-07 20:25:58 +01:00
breakpoint.cpp - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
breakpoint.h DBG: sdk update 2013-11-24 21:06:29 +01:00
command.cpp DBG: updated TitanEngine 2013-12-25 15:39:54 +01:00
command.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
console.cpp first commit 2013-11-14 21:55:18 +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 - fixed a bug when stopping the currently debugged file 2014-02-16 22:33:04 +01:00
debugger.h GUI: added dump signal 2014-01-26 02:12:58 +01:00
disasm_helper.cpp DBG: fixed a bug in addrinfoget (live comments) 2013-12-22 20:44:21 +01:00
disasm_helper.h BRIDGE: changed typedef of GUISENDMESSAGE 2013-12-22 16:38:14 +01:00
instruction.cpp DBG: added signed comparisons. 2014-02-13 15:42:53 +01:00
instruction.h DBG: added signed comparisons. 2014-02-13 15:42:53 +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 DBG: added signed comparisons. 2014-02-13 15:42:53 +01:00
math.h DBG: fixed a bug in addrinfoget (live comments) 2013-12-22 20:44:21 +01:00
memory.cpp PROJECT: updated todo list 2013-12-07 20:25:58 +01:00
memory.h PROJECT: updated todo list 2013-12-07 20:25:58 +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 BRIDGE: changed BridgeAlloc to use WINAPI 2014-02-15 18:27:11 +01:00
simplescript.h DBG: added signed comparisons. 2014-02-13 15:42:53 +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
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
value.cpp DBG: added the "[expression]" and the "n:[expression]" memory syntax to valtostring (meaning 1:[cip+1]=0 is now supported) 2014-01-26 02:25:51 +01:00
value.h first commit 2013-11-14 21:55:18 +01:00
variable.cpp DBG: added various script branch types 2014-02-10 21:32:17 +01:00
variable.h DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
x64_dbg.cpp GUI: resolved issue #28 2014-02-17 21:37:49 +01:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.cbp DBG: added function 'disasmtext' 2013-12-21 14:58:20 +01:00
x64_dbg_dbg.vcxproj DBG: added function 'disasmtext' 2013-12-21 14:58:20 +01:00
x64_dbg_dbg.vcxproj.filters BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
x64_dbg_dbg.vcxproj.user first commit 2013-11-14 21:55:18 +01:00