1
0
Fork 0
x64dbg/x64_dbg_dbg
Nukem efa87720f6 EnumModules() inline lambda 2015-03-17 21:37:14 -04:00
..
BeaEngine PROJECT: code formatting 2014-08-05 01:07:31 +02:00
DeviceNameResolver formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TitanEngine DBG+GUI: updated register context structures (for plugin mingw compatibility) 2014-12-30 03:57:58 +01:00
XEDParse PROJECT: code formatting 2014-08-05 01:07:31 +02:00
dbghelp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
jansson PROJECT: code formatting 2014-08-05 01:07:31 +02:00
lz4 DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it) 2014-09-13 00:28:05 +02:00
test PROJECT: code formatting 2014-08-05 01:07:31 +02:00
_dbgfunctions.cpp Refactor symbolinfo.cpp/.h 2015-03-17 16:46:06 -04:00
_dbgfunctions.h DBG: added fileoffset<->va exports 2014-12-03 10:48:14 +01:00
_exports.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
_global.h Begin using shared locks 2015-03-11 18:14:25 -04:00
_plugin_types.h DBG: added _dbgfunctions to the plugin api + updated dbgversion in bridge 2014-07-07 14:49:31 +02:00
_plugins.cpp DBG+GUI: resolved issue #174 (don't draw black CIP when running) 2014-08-15 21:22:49 +02:00
_plugins.h GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
addrinfo.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
addrinfo.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
argument.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
argument.h first commit 2013-11-14 21:55:18 +01:00
assemble.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
assemble.h DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
bookmark.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
bookmark.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
breakpoint.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
breakpoint.h Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
command.cpp strcpy_s patches 2015-02-01 16:06:44 -07:00
command.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
comment.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
comment.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
console.cpp DBG: fixed some stuff with the CriticalSectionLocker 2014-12-23 00:31:02 +01:00
console.h first commit 2013-11-14 21:55:18 +01:00
debugger.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
debugger.h (Re)implemented loadlib using inline asm: save the current context, allocate a memory page in the debugged process' context, assemble a CALL LoadLibraryA there, execute it and then free the memory and restore the previous context. 2014-12-08 02:04:00 +01:00
debugger_commands.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
debugger_commands.h DBG: resolved issue #211 (added a 'skip' command to skip the next instruction) 2014-12-14 03:07:45 +01:00
disasm_fast.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
disasm_fast.h DBG: updated disasm_fast 2014-06-24 04:46:54 +02:00
disasm_helper.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
disasm_helper.h DBG: fixed many warnings on x64 (size_t conversions) 2014-07-07 17:13:57 +02:00
dynamicmem.h DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName 2014-11-09 00:44:25 +01:00
error.cpp Begin using shared locks 2015-03-11 18:14:25 -04:00
error.h DBG: separate file for exception code resolving + added a file for error code resolving 2015-01-04 21:16:59 +01:00
exception.cpp Order exception list by number 2015-03-10 20:13:37 -04:00
exception.h DBG: separate file for exception code resolving + added a file for error code resolving 2015-01-04 21:16:59 +01:00
function.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
function.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
handle.h DBG: automatically stop debugging when trying to attach/initialize while still in a session + added Handle class + added DbgFunctions()->GetProcessList 2014-08-05 04:28:48 +02:00
instruction.cpp DBG: added separate file for pattern finding 2015-02-02 01:05:11 +01:00
instruction.h DBG: added command 'findrefrange' 2014-11-12 22:56:24 +01:00
label.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
label.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
log.cpp DBG: flexible message logging (like Qt's QDebug has) 2014-09-16 19:31:50 +02:00
log.h DBG: cleanup 2014-10-08 15:48:36 +02:00
loop.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
loop.h DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
main.cpp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
math.cpp DBG: changed mulhi operator symbol 2014-12-14 01:52:27 +01:00
math.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
memory.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
memory.h DBG: added separate file for pattern finding 2015-02-02 01:05:11 +01:00
module.cpp Refactor breakpoint.cpp/.h 2015-03-17 21:24:24 -04:00
module.h More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
msgqueue.cpp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
msgqueue.h DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
murmurhash.cpp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
murmurhash.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
patches.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
patches.h PROJECT: some formatting 2014-07-25 22:57:11 +02:00
patternfind.cpp DBG: added separate file for pattern finding 2015-02-02 01:05:11 +01:00
patternfind.h DBG: added separate file for pattern finding 2015-02-02 01:05:11 +01:00
plugin_loader.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
plugin_loader.h GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
reference.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
reference.h DBG: new tabbed reference view code 2014-12-30 00:38:38 +01:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
stackinfo.h BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
stringutils.cpp DBG: resolved issue #224 (print debug strings twice) + StringUtils::Escape function instead of separate code everywhere 2014-12-23 00:49:04 +01:00
stringutils.h DBG: resolved issue #224 (print debug strings twice) + StringUtils::Escape function instead of separate code everywhere 2014-12-23 00:49:04 +01:00
symbolinfo.cpp EnumModules() inline lambda 2015-03-17 21:37:14 -04:00
symbolinfo.h Refactor symbolinfo.cpp/.h 2015-03-17 16:46:06 -04:00
thread.cpp Use foreach() loops in thread.cpp 2015-03-16 22:47:40 -04:00
thread.h More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
threading.cpp Begin using shared locks 2015-03-11 18:14:25 -04:00
threading.h Refactor bookmark.cpp 2015-03-11 19:16:22 -04:00
undocumented.h pull request fixed v1 2014-09-08 04:45:46 +02:00
value.cpp Refactor symbolinfo.cpp/.h 2015-03-17 16:46:06 -04:00
value.h DBG: moved some functions to different files 2014-12-14 01:58:17 +01:00
variable.cpp DBG: resolved issue #221 (crashes because of race conditions) 2014-12-09 01:29:08 +01:00
variable.h DBG: removed crappy UString class and moved string manipulation/conversion functions in a StringUtils class 2014-11-15 14:56:29 +01:00
x64_dbg.cpp DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj VS2013 project 2015-03-15 21:27:35 -04:00
x64_dbg_dbg.vcxproj.filters VS2013 project 2015-03-15 21:27:35 -04:00
x64_dbg_dbg.vcxproj.user x64_dbg_dbg.vcxproj.user edited online with Bitbucket 2014-09-03 06:20:41 +00:00