1
0
Fork 0
x64dbg/x64_dbg_dbg
Mr. eXoDia 8c24955031 DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already)
PROJECT: updated release script
2014-04-17 20:18:01 +02:00
..
BeaEngine BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
TitanEngine DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02: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: added EnableDebugPrivilege setting 2014-04-16 19:25:45 +02:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02:00
_global.h DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02: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 IsFileBeingDebugged problem 2014-04-14 23:06:08 +02: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 IsFileBeingDebugged problem 2014-04-14 23:06:08 +02: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 DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02:00
debugger.h DBG: added ignored exception list functiosn 2014-03-21 23:55:59 +01:00
disasm_fast.cpp BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly 2014-04-05 00:17:20 +02:00
disasm_fast.h BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly 2014-04-05 00:17:20 +02:00
disasm_helper.cpp BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly 2014-04-05 00:17:20 +02:00
disasm_helper.h DBG: fixed a bug in fillbasicinfo 2014-04-04 18:45:20 +02:00
instruction.cpp BRIDGE: added GuiReferenceSetSearchStartCol 2014-04-05 16:37:21 +02:00
instruction.h DBG: fixed a bug in fillbasicinfo 2014-04-04 18:45:20 +02: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 BRIDGE: removed infoline stuff 2014-03-30 22:12:09 +02: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
reference.cpp DBG: removed benchmark code 2014-04-04 16:48:09 +02:00
reference.h DBG: removed benchmark code 2014-04-04 16:48:09 +02:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp IsFileBeingDebugged problem 2014-04-14 23:06:08 +02: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 DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02: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 DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02:00
value.cpp DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02:00
value.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
variable.cpp DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02:00
variable.h PROJECT: updated todo list 2014-03-26 23:52:38 +01:00
x64_dbg.cpp DBG: added the detach command (should be working now) 2014-04-16 20:30:15 +02:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.cbp DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02:00
x64_dbg_dbg.vcxproj DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02:00
x64_dbg_dbg.vcxproj.filters DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already) 2014-04-17 20:18:01 +02:00
x64_dbg_dbg.vcxproj.user first commit 2013-11-14 21:55:18 +01:00