1
0
Fork 0
x64dbg/x64_dbg_dbg
Mr. eXoDia cd8ca17568 DBG: fixed various bugs in addrinfo 2014-07-05 18:28:37 +02:00
..
BeaEngine BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
DeviceNameResolver formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TitanEngine DBG: updated TitanEngine 2014-05-13 21:35:17 +02:00
XEDParse DBG: updated XEDParse 2014-06-24 19:19:02 +02:00
dbghelp first commit 2013-11-14 21:55:18 +01:00
jansson DBG: updated jansson headers 2014-06-19 00:44:24 +02:00
lz4 DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
test formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
_dbgfunctions.cpp DBG: added various useful functions 2014-07-01 17:01:30 +02:00
_dbgfunctions.h GUI: corrected a function call\nDBG: corrected a few types 2014-07-05 01:42:15 +02:00
_exports.cpp PROJECT: better method of calling functions inside the DBG + show error message on assembling 2014-06-24 21:19:16 +02:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp DBG: new memory allocation/deallocation functions + fixed a handle leak 2014-06-24 17:03:32 +02:00
_global.h DBG: added jansson (JSON) library + kill the command thread to prevent crashes on exit + memory leak detector (allow the user to send 'alloctrace.txt' 2014-06-18 21:11:54 +02:00
_plugin_types.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
_plugins.cpp DBG: added section names to the memory map 2014-05-09 13:43:12 +02:00
_plugins.h DBG: downgraded plugin SDK version again (1 byte alignment not needed), now FORCE default alignment 2014-05-10 15:10:02 +02:00
addrinfo.cpp DBG: fixed various bugs in addrinfo 2014-07-05 18:28:37 +02:00
addrinfo.h DBG: added various useful functions 2014-07-01 17:01:30 +02: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 various useful functions 2014-07-01 17:01:30 +02:00
assemble.h DBG: added various useful functions 2014-07-01 17:01:30 +02:00
breakpoint.cpp DBG: fixed a crash with deleting all breakpoints 2014-06-30 17:43:32 +02:00
breakpoint.h DBG: fixed a bug with breakpoints 2014-06-21 00:36:16 +02:00
command.cpp DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +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
debugger.cpp GUI: resolved issue #94 + re-enabled autocomments + fixed spelling mistake 2014-06-24 00:16:41 +02:00
debugger.h DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version 2014-06-23 22:44:14 +02:00
disasm_fast.cpp DBG: updated disasm_fast 2014-06-24 04:46:54 +02:00
disasm_fast.h DBG: updated disasm_fast 2014-06-24 04:46:54 +02:00
disasm_helper.cpp DBG: fill with NOPs is working now 2014-06-25 01:11:42 +02:00
disasm_helper.h DBG: fill with NOPs is working now 2014-06-25 01:11:42 +02:00
instruction.cpp DBG: updated 'findall' (maximum dumped occurrences = 5000) + dump data when the 3rd parameter equals '&data&' 2014-07-05 17:11:52 +02:00
instruction.h DBG: added findall command 2014-07-05 16:33:19 +02: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 DBG: updated 'findall' (maximum dumped occurrences = 5000) + dump data when the 3rd parameter equals '&data&' 2014-07-05 17:11:52 +02:00
memory.h DBG: updated 'findall' (maximum dumped occurrences = 5000) + dump data when the 3rd parameter equals '&data&' 2014-07-05 17:11:52 +02:00
msgqueue.cpp DBG: add plugin menu api 2014-04-22 19:25:37 +02:00
msgqueue.h DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
murmurhash.cpp DBG: added murmurhash (really fast hashing) 2014-06-20 00:32:54 +02:00
murmurhash.h DBG: added murmurhash (really fast hashing) 2014-06-20 00:32:54 +02:00
plugin_loader.cpp BRIDGE: added GuiScriptEnableHighlighting 2014-05-21 01:18:20 +02:00
plugin_loader.h DBG: finished plugin menu API (tested&working) 2014-04-22 21:24:26 +02:00
reference.cpp formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
reference.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp DBG: fixed a potential bug with running a script and then exiting x64_dbg 2014-06-18 21:23:52 +02:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp DBG: strings in the stack 2014-05-04 17:33:23 +02:00
stackinfo.h GUI: added stack 2014-03-02 20:59:58 +01:00
symbolinfo.cpp DBG: fixed some bugs with invalid ordinals returned from dbghelp + added ordinal api resolving + ignore 'OrdinalXXX' in symfromname 2014-06-25 22:07:09 +02:00
symbolinfo.h DBG: added function symgetsymbolicname 2014-03-10 21:49:08 +01:00
thread.cpp DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version 2014-06-23 22:44:14 +02:00
thread.h DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version 2014-06-23 22:44:14 +02: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 formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
value.cpp DBG: fixed some bugs with invalid ordinals returned from dbghelp + added ordinal api resolving + ignore 'OrdinalXXX' in symfromname 2014-06-25 22:07:09 +02:00
value.h DBG: added 'modcallfind' command 2014-06-24 04:52:04 +02:00
variable.cpp DBG: fixed a bug in 'getstr' + added function 'strcpy' 2014-06-30 17:43:59 +02:00
variable.h DBG: fixed a bug in 'getstr' + added function 'strcpy' 2014-06-30 17:43:59 +02:00
x64_dbg.cpp DBG: added findall command 2014-07-05 16:33:19 +02:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj PROJECT: better method of calling functions inside the DBG + show error message on assembling 2014-06-24 21:19:16 +02:00
x64_dbg_dbg.vcxproj.filters PROJECT: better method of calling functions inside the DBG + show error message on assembling 2014-06-24 21:19:16 +02:00
x64_dbg_dbg.vcxproj.user PROJECT: updated debugging command (ctrl+f5 now runs the main executable, easier for testing) 2014-05-09 02:04:55 +02:00