1
0
Fork 0
x64dbg/x64_dbg_dbg
mr.exodia d4b6dd670c BRIDGE: removed CPU title API
GUI: added settings dialog
DBG: added settings (breaking at various callbacks)
DBG: remove singleshoot breakpoints from the database
DBG: safe dprintf function
DBG: set module + thread in window title
DBG: remove memory breakpoints from modules when unloaded
DBG: fixed a few bugs with the recent file list
2014-03-20 00:55:40 +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 BRIDGE: removed CPU title API 2014-03-20 00:55:40 +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 DBG: added stack information 2014-03-02 22:31:04 +01:00
_plugins.h GUI: thread list view (completed 100%) 2014-03-16 01:48:14 +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 BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +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 BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
debugger.h PROJECT: updated readme 2014-03-03 01:24:16 +01:00
disasm_helper.cpp DBG: added stack information 2014-03-02 22:31:04 +01:00
disasm_helper.h DBG: added stack information 2014-03-02 22:31:04 +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 - 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 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 DBG: added stack information 2014-03-02 22:31:04 +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 - added undocumented structures 2014-03-16 12:56:55 +01:00
thread.h GUI: thread list view (completed 100%) 2014-03-16 01:48:14 +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: 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 fixed valapifromstring 2014-03-12 15:26:03 +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