.. |
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
|
some fixes in libs struct
|
2014-11-02 02:10:58 +01: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
|
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+GUI: format
|
2015-04-05 22:52:55 +02:00 |
_dbgfunctions.h
|
DBG: added fileoffset<->va exports
|
2014-12-03 10:48:14 +01:00 |
_exports.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +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
|
Merge branch 'master' into doxygen
|
2015-04-02 19:58:39 +02:00 |
_global.h
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-02 21:37:04 -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
|
Stylize code
|
2015-04-04 21:49:09 -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
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02: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
|
Finish label refactor
|
2015-04-04 21:48:12 -04: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 minor things (Nukem's code didn't trigger anythign in Coverity, yay!)
|
2015-04-06 00:16:45 +02:00 |
breakpoint.h
|
Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
|
2015-04-02 16:57:45 +02:00 |
command.cpp
|
DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!)
|
2015-04-06 00:16:45 +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
|
Finish label refactor
|
2015-04-04 21:48:12 -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+GUI: format
|
2015-04-05 22:52:55 +02:00 |
debugger.h
|
DBG+GUI: resolved issue #81 (very simple source code debugging)
|
2015-04-04 02:30:17 +02:00 |
debugger_commands.cpp
|
DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!)
|
2015-04-06 00:16:45 +02: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
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-02 21:37:04 -04:00 |
disasm_fast.h
|
DBG: updated disasm_fast
|
2014-06-24 04:46:54 +02:00 |
disasm_helper.cpp
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-02 21:37:04 -04:00 |
disasm_helper.h
|
DBG: fixed many warnings on x64 (size_t conversions)
|
2014-07-07 17:13:57 +02:00 |
dynamicmem.h
|
DBG+GUI: format
|
2015-04-05 22:52:55 +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
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
exception.h
|
Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
|
2015-04-02 16:57:45 +02:00 |
function.cpp
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
function.h
|
Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
|
2015-04-02 16:57:45 +02: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: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!)
|
2015-04-06 00:16:45 +02:00 |
instruction.h
|
DBG: resolved issue #241 (log command with formatting)
|
2015-04-04 19:21:38 +02:00 |
label.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
label.h
|
Finish labels refactor
|
2015-03-30 16:33:19 -04:00 |
loop.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +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 |
math.cpp
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
math.h
|
Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
|
2015-04-02 16:57:45 +02:00 |
memory.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
memory.h
|
Remove redundant typedefs
|
2015-04-04 19:30:46 -04:00 |
module.cpp
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
module.h
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
msgqueue.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
msgqueue.h
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
murmurhash.cpp
|
doxygen template
|
2014-09-14 16:28:23 +02:00 |
murmurhash.h
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
patches.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02: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+GUI: format
|
2015-04-05 22:52:55 +02: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
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02: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: 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 |
simplescript.h
|
BRIDGE: added DbgScriptGetBranchInfo
|
2014-04-26 20:44:19 +02:00 |
stackinfo.cpp
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-02 21:37:04 -04: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: resolved issue #241 (log command with formatting)
|
2015-04-04 19:21:38 +02:00 |
stringutils.h
|
DBG: resolved issue #241 (log command with formatting)
|
2015-04-04 19:21:38 +02:00 |
symbolinfo.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
symbolinfo.h
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-04 19:20:13 -04:00 |
thread.cpp
|
DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!)
|
2015-04-06 00:16:45 +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+GUI: format
|
2015-04-05 22:52:55 +02:00 |
undocumented.h
|
pull request fixed v1
|
2014-09-08 04:45:46 +02:00 |
value.cpp
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-02 21:37:04 -04:00 |
value.h
|
DBG: documented value.cpp (also fixed various small things in the code)
|
2014-12-26 12:17:20 +01:00 |
variable.cpp
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
variable.h
|
Small changes with variable module
|
2015-04-05 00:01:56 -04:00 |
x64_dbg.cpp
|
Stylize code
|
2015-04-04 21:49:09 -04:00 |
x64_dbg.h
|
BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP
|
2013-11-24 17:27:18 +01:00 |
x64_dbg_dbg.vcxproj
|
DBG+GUI: format
|
2015-04-05 22:52:55 +02:00 |
x64_dbg_dbg.vcxproj.filters
|
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
|
2015-04-04 19:20:13 -04:00 |
x64_dbg_dbg.vcxproj.user
|
Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
|
2015-04-02 16:57:45 +02:00 |