1
0
Fork 0
x64dbg/x64_dbg_dbg
Mr. eXoDia 6944b454f9 DBG: fixed an error with bookmark enumeration 2015-06-29 00:48:52 +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 some fixes in libs struct 2014-11-02 02:10:58 +01:00
capstone DBG: added capstone MinGW libs 2015-04-25 19:14:09 +02:00
dbghelp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
jansson DBG: updated jansson + resolved issue #279 (database fixed) 2015-04-17 00:16:24 +02:00
lz4 some fixes in libs struct 2014-11-02 02:10:58 +01:00
test PROJECT: code formatting 2014-08-05 01:07:31 +02:00
yara DBG+GUI: format 2015-04-05 22:52:55 +02:00
_dbgfunctions.cpp DBG: fixed some bugs with updating the memory map + hopefully fixed a bug with disabled breakpoints and modules that load/unload multiple times 2015-06-25 22:49:27 +02:00
_dbgfunctions.h DBG: decent valfromstring function exported (should make the Goto dialog and calculator much faster) 2015-06-06 20:28:03 +02:00
_exports.cpp DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
_exports.h DBG: documented value.cpp (also fixed various small things in the code) 2014-12-26 12:17:20 +01:00
_global.cpp DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02:00
_global.h DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02: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: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
_plugins.h DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
_scriptapi.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_debug.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_debug.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_gui.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_gui.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_memory.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_memory.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_module.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_module.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_pattern.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_pattern.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_register.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_register.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
addrinfo.cpp DBG: Minor 2015-06-15 22:45:55 -04:00
addrinfo.h DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!) 2015-04-06 00:16:45 +02:00
assemble.cpp Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-02 21:37:04 -04:00
assemble.h DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
bookmark.cpp DBG: fixed an error with bookmark enumeration 2015-06-29 00:48:52 +02:00
bookmark.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
breakpoint.cpp DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
breakpoint.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
capstone_wrapper.cpp DBG: hopefully fixed some lag with capstone (now using a global variable for the architecture information) 2015-05-05 01:44:24 +02:00
capstone_wrapper.h DBG: hopefully fixed some lag with capstone (now using a global variable for the architecture information) 2015-05-05 01:44:24 +02:00
command.cpp DBG: new expression parser (should be far more stable, might affect issue #312 and #310) 2015-06-08 00:42:43 +02:00
command.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
commandparser.cpp DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!) 2015-04-06 00:16:45 +02:00
commandparser.h DBG: removed old and crappy command parser and replaced it with a nice one (hopefully didn't make any bug on the way) 2015-04-04 23:25:38 +02:00
comment.cpp DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
comment.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
console.cpp Stylize code 2015-04-04 21:49:09 -04:00
console.h dprintf_args function to avoid code duplication 2015-04-02 13:55:28 -04:00
dbghelp_safe.cpp Stylize code 2015-04-04 21:49:09 -04:00
dbghelp_safe.h Stylize code 2015-04-04 21:49:09 -04:00
debugger.cpp DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
debugger.h DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
debugger_commands.cpp DBG: fixed some bugs with updating the memory map + hopefully fixed a bug with disabled breakpoints and modules that load/unload multiple times 2015-06-25 22:49:27 +02:00
debugger_commands.h DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
disasm_fast.cpp DBG: fixed a crash in fillbasicinfo 2015-05-25 16:15:31 +02:00
disasm_fast.h DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
disasm_helper.cpp DBG: fixed a bug with string detection 2015-05-29 02:53:13 +02:00
disasm_helper.h DBG: fixed many warnings on x64 (size_t conversions) 2014-07-07 17:13:57 +02:00
dynamicmem.h format spaces 2015-04-06 03:39:13 +02:00
error.cpp Stylize code 2015-04-04 21:49:09 -04:00
error.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
exception.cpp DBG: added exeption, GUI: resolved issue #273 2015-04-06 23:07:46 +02:00
exception.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
expressionparser.cpp DBG: fixed uglyness in ExpressionParser 2015-06-08 01:00:10 +02:00
expressionparser.h DBG: fixed uglyness in ExpressionParser 2015-06-08 01:00:10 +02:00
filereader.cpp DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
filereader.h DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
function.cpp DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
function.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
functionanalysis.cpp DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
functionanalysis.h DBG: very basic function analysis 2015-04-19 04:51:33 +02:00
handle.h DBG: fully fixed the database problems (issue #279) + fixed a bug with the modules not being cleared on process exit 2015-04-17 01:16:38 +02:00
instruction.cpp DBG: fixed some bugs with updating the memory map + hopefully fixed a bug with disabled breakpoints and modules that load/unload multiple times 2015-06-25 22:49:27 +02:00
instruction.h DBG: meminfo command for bug tracking 2015-05-24 14:55:04 +02:00
label.cpp DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
label.h Finish labels refactor 2015-03-30 16:33:19 -04:00
log.cpp Remove unused log.cpp/log.h 2015-04-02 13:54:28 -04:00
loop.cpp format spaces 2015-04-06 03:39:13 +02:00
loop.h Partial refactor of loop.cpp/loop.h 2015-04-04 21:20:44 -04:00
main.cpp DBG: removed all auto-generated documentation 2014-12-25 11:18:28 +01:00
memory.cpp DBG: possible fixes for issue #323 ? 2015-06-21 23:25:04 +02:00
memory.h Remove redundant typedefs 2015-04-04 19:30:46 -04:00
module.cpp DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
module.h DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
msgqueue.cpp DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02:00
msgqueue.h DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02:00
murmurhash.cpp format spaces 2015-04-06 03:39:13 +02:00
murmurhash.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
patches.cpp DBG: Minor 2015-06-15 22:45:55 -04:00
patches.h Refactor patches.cpp/.h 2015-03-29 18:48:08 -04:00
patternfind.cpp DBG: resolved issue #240 (show what is searched for in the reference view) 2015-04-02 23:12:22 +02:00
patternfind.h DBG: added separate file for pattern finding 2015-02-02 01:05:11 +01:00
plugin_loader.cpp DBG: resolved issue #291 (api for icons) 2015-04-27 00:25:55 +02:00
plugin_loader.h DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
reference.cpp DBG: Minor 2015-06-15 22:45:55 -04:00
reference.h DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
stackinfo.h BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
stringformat.cpp DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02:00
stringformat.h DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02:00
stringutils.cpp DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
stringutils.h DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
symbolinfo.cpp DBG: function to get source + line from address 2015-04-26 03:37:30 +02:00
symbolinfo.h Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-04 19:20:13 -04:00
thread.cpp fix deadlock + crash 2015-04-06 03:02:11 +02:00
thread.h Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-04 19:20:13 -04:00
threading.cpp Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
threading.h DBG: Remove old references to CriticalSectionLocker 2015-04-24 15:07:07 -04:00
undocumented.h pull request fixed v1 2014-09-08 04:45:46 +02:00
value.cpp DBG: initial script api work (can now do simple debugging scripts with AngelScript) 2015-06-22 03:09:18 +02:00
value.h DBG: initial script api work (can now do simple debugging scripts with AngelScript) 2015-06-22 03:09:18 +02:00
variable.cpp format spaces 2015-04-06 03:39:13 +02:00
variable.h Small changes with variable module 2015-04-05 00:01:56 -04:00
x64_dbg.cpp DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
x64_dbg_dbg.vcxproj.filters DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
x64_dbg_dbg.vcxproj.user full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00