1
0
Fork 0
x64dbg/x64_dbg_dbg
mr.exodia 68a7a66336 GUI: added stack
BRIDGE: added stack functions (GuiStackDumpAt & DbgStackCommentGet)
DBG: added stackinfo skeleton
GUI: fixed some stuff in the HexDump class
2014-03-02 20:59:58 +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
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 GUI: added stack 2014-03-02 20:59:58 +01:00
_exports.h GUI scripting done! 2014-02-09 13:34:48 +01:00
_global.cpp symbol information stuffs 2014-02-18 01:32:41 +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 DBG/GUI: WIP on the symbol view 2014-02-18 17:00:44 +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: 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 - 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 GUI: added stack 2014-03-02 20:59:58 +01:00
debugger.h GUI: added dump signal 2014-01-26 02:12:58 +01:00
disasm_helper.cpp DBG: small code improvements 2014-02-23 20:13:03 +01:00
disasm_helper.h PROJECT: updated readme 2014-02-24 13:00:47 +01:00
instruction.cpp DBG: small code improvements 2014-02-23 20:13:03 +01:00
instruction.h DBG: added test commands "refinit" and "refadd" (maybe for a reference searching script?) 2014-02-23 16:32:49 +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 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 DBG: ignore bad variable names (eg APIs) in scripts 2014-02-22 16:24:31 +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
stackinfo.cpp GUI: added stack 2014-03-02 20:59:58 +01:00
stackinfo.h GUI: added stack 2014-03-02 20:59:58 +01:00
symbolinfo.cpp DBG: symbol enumeration 2014-02-18 21:35:43 +01:00
symbolinfo.h DBG/GUI: WIP on the symbol view 2014-02-18 17:00:44 +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 GUI: added stack 2014-03-02 20:59:58 +01:00
value.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +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 DBG: small code improvements 2014-02-23 20:13:03 +01:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.cbp GUI: added stack 2014-03-02 20:59:58 +01:00
x64_dbg_dbg.vcxproj GUI: added stack 2014-03-02 20:59:58 +01:00
x64_dbg_dbg.vcxproj.filters GUI: added stack 2014-03-02 20:59:58 +01:00
x64_dbg_dbg.vcxproj.user first commit 2013-11-14 21:55:18 +01:00