1
0
Fork 0
x64dbg/x64_dbg_dbg
Nukem 29cd3e42f1 msgqueue now uses std::concurrency 2015-03-31 20:58:51 -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 reffind 2015-03-30 22:06:16 -04:00
_dbgfunctions.h DBG: added fileoffset<->va exports 2014-12-03 10:48:14 +01:00
_exports.cpp Partially refactor label.cpp 2015-03-29 07:24:36 -04:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp Small code/style changes in math module 2015-03-28 15:03:58 -04:00
_global.h Remove unused enum 'BITMASK' 2015-03-28 15:27:33 -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 Finish labels refactor 2015-03-30 16:33:19 -04:00
_plugins.h GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
addrinfo.cpp Finish labels refactor 2015-03-30 16:33:19 -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 assemble() was fixed in XEDParse's parser code 2015-03-30 17:58:43 -04:00
assemble.h DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
bookmark.cpp Revert "Remove redundant hashes in bookmarks" 2015-03-29 19:33:00 -04:00
bookmark.h Small cleanup 2015-03-18 16:51:36 -04:00
breakpoint.cpp Revert "Remove redundant hashes in bookmarks" 2015-03-29 19:33:00 -04:00
breakpoint.h Fix BpGetCount and some warnings 2015-03-18 19:25:18 -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 Finish labels refactor 2015-03-30 16:33:19 -04:00
comment.h Refactor comment.cpp/.h 2015-03-22 19:03:04 -04:00
console.cpp Possible sign extension bug 2015-03-27 19:31:43 -04:00
console.h Use a local buffer in dprintf 2015-03-18 19:12:34 -04:00
dbghelp_safe.cpp Partially refactor label.cpp 2015-03-29 07:24:36 -04:00
dbghelp_safe.h Newer locks in dbghelp_safe 2015-03-28 15:24:28 -04:00
debugger.cpp Newer locks in dbghelp_safe 2015-03-28 15:24:28 -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 Partially refactor label.cpp 2015-03-29 07:24:36 -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 Refactor reffind 2015-03-30 22:06:16 -04:00
disasm_fast.h DBG: updated disasm_fast 2014-06-24 04:46:54 +02:00
disasm_helper.cpp Partially refactor memory.cpp/.h 2015-03-25 22:17:52 -04:00
disasm_helper.h DBG: fixed many warnings on x64 (size_t conversions) 2014-07-07 17:13:57 +02:00
dynamicmem.h Small code/style changes in math module 2015-03-28 15:03:58 -04:00
error.cpp More unordered_map conversions 2015-03-26 19:54:01 -04:00
error.h Replace std::map with std::unordered_map 2015-03-26 18:40:15 -04:00
exception.cpp More unordered_map conversions 2015-03-26 19:54:01 -04:00
exception.h Replace std::map with std::unordered_map 2015-03-26 18:40:15 -04:00
function.cpp msgqueue now uses std::concurrency 2015-03-31 20:58:51 -04:00
function.h Refactor function.cpp/.h 2015-03-18 19:03:18 -04: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 Refactor reffind header / parameters also 2015-03-30 22:12:02 -04:00
instruction.h DBG: added command 'findrefrange' 2014-11-12 22:56:24 +01:00
label.cpp assemble() was fixed in XEDParse's parser code 2015-03-30 17:58:43 -04:00
label.h Finish labels refactor 2015-03-30 16:33:19 -04: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 Newer locks in dbghelp_safe 2015-03-28 15:24:28 -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 Small code/style changes in math module 2015-03-28 15:03:58 -04:00
math.h Inconsistent static functions in math.cpp 2015-03-28 14:40:28 -04:00
memory.cpp Small consistency fixes 2015-03-29 19:23:51 -04:00
memory.h assemble() was fixed in XEDParse's parser code 2015-03-30 17:58:43 -04:00
module.cpp Application manifest to fix AcLayers hooking 2015-03-27 22:49:53 -04:00
module.h Change module function parameter names 2015-03-18 19:08:46 -04:00
msgqueue.cpp msgqueue now uses std::concurrency 2015-03-31 20:58:51 -04:00
msgqueue.h msgqueue now uses std::concurrency 2015-03-31 20:58:51 -04: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 Hash changes reverted as per IRC chat 2015-03-29 19:33:41 -04:00
patches.h Refactor patches.cpp/.h 2015-03-29 18:48:08 -04: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 Partially refactor memory.cpp/.h 2015-03-25 22:17:52 -04: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 Refactor reffind header / parameters also 2015-03-30 22:12:02 -04:00
reference.h Refactor reffind header / parameters also 2015-03-30 22:12:02 -04: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 Partially refactor memory.cpp/.h 2015-03-25 22:17:52 -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 Partially refactor label.cpp 2015-03-29 07:24:36 -04:00
symbolinfo.h Create SymGetModuleList() 2015-03-17 21:42:20 -04:00
thread.cpp Finish labels refactor 2015-03-30 16:33:19 -04:00
thread.h More module refactoring/de-duplication 2015-03-15 21:30:12 -04:00
threading.cpp Partially refactor memory.cpp/.h 2015-03-25 22:17:52 -04:00
threading.h Compiler-optimized MemIsCanonicalAddress 2015-03-28 16:38:41 -04:00
undocumented.h pull request fixed v1 2014-09-08 04:45:46 +02:00
value.cpp Refactor patches.cpp/.h 2015-03-29 18:48:08 -04:00
value.h DBG: moved some functions to different files 2014-12-14 01:58:17 +01:00
variable.cpp Fix possible memory leak in varfree 2015-03-26 18:58:48 -04: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 msgqueue now uses std::concurrency 2015-03-31 20:58:51 -04:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj Fix memory corruption 2015-03-28 17:26:41 -04:00
x64_dbg_dbg.vcxproj.filters Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-03-28 15:13:17 -04:00
x64_dbg_dbg.vcxproj.user Add debug profile to visual studio project 2015-03-27 18:46:41 -04:00