1
0
Fork 0
x64dbg/src/dbg
mrexodia c3f13061c2 DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
..
DeviceNameResolver PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
TitanEngine PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
XEDParse PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
dbghelp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
jansson PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
lz4 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
test PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
yara PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
AnalysisPass.cpp DBG: Small memory optimization in AnalysisPass 2016-02-14 18:44:15 -05:00
AnalysisPass.h DBG+GUI: Various analysis and function drawing code fixes 2015-11-26 00:57:05 -05:00
BasicBlock.h DBG: LinearPass: more random analysis changes 2015-11-28 00:01:40 -05:00
CodeFollowPass.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
CodeFollowPass.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
FunctionPass.cpp DBG: Leftover includes 2016-01-02 18:31:01 -05:00
FunctionPass.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
LinearPass.cpp DBG: cache modules (should speed up stepping quite a bit), closed issue #566 2016-02-25 02:13:09 +01:00
LinearPass.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_dbgfunctions.cpp DBG: cache modules (should speed up stepping quite a bit), closed issue #566 2016-02-25 02:13:09 +01:00
_dbgfunctions.h DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
_exports.cpp DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
_exports.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_global.cpp Fixed DirExists 2016-03-05 16:04:14 +02:00
_global.h DBG: shit with label 2016-01-12 04:09:05 +01:00
_plugin_types.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_plugins.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_plugins.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_assembler.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_assembler.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_bookmark.cpp Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
_scriptapi_bookmark.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_comment.cpp Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
_scriptapi_comment.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_debug.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_debug.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_flag.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_flag.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_function.cpp DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_function.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_gui.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_gui.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_label.cpp Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
_scriptapi_label.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_memory.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_memory.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_misc.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_misc.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_module.cpp DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_module.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_pattern.cpp DBG: improved Script:: Bookmark/Comment/Function/Label functions 2016-01-11 23:00:10 +01:00
_scriptapi_pattern.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_register.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_register.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_stack.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_stack.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_symbol.cpp DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_symbol.h DBG: start of symbol enumeration function 2016-01-12 04:09:07 +01:00
addrinfo.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
addrinfo.h Fix : Reverted back DbgSymbolEnum Signature to default to keep SDK compatibility. Added DbgSymbolEnumFromCache to use Cache first if found. 2015-12-06 22:30:30 +01:00
analysis.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
analysis.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
analysis_nukem.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
analysis_nukem.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
assemble.cpp DBG: fixed invalid report of "Assembled branch does not point to an executable memory region!" 2016-02-09 16:47:58 +01:00
assemble.h DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
bookmark.cpp Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
bookmark.h Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
breakpoint.cpp DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
breakpoint.h DBG: More header guards 2016-01-24 18:49:14 -05:00
command.cpp DBG: finally have "<<" and ">>" for shl and shr 2016-02-18 03:43:29 +01:00
command.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
commandline.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
commandline.h DBG: More header guards 2016-01-24 18:49:14 -05:00
commandparser.cpp DBG: fixed a bug in the command parser accepting invalid commands (discovered because of issue #412) 2016-01-07 15:54:22 +01:00
commandparser.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
comment.cpp Removing a label/comment which didn't exist shouldn't be an error 2016-02-27 18:12:37 +02:00
comment.h Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
console.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
console.h DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
controlflowanalysis.cpp DBG+GUI+BRIDGE: fixed all kinds of small errors (thanks to coverity!) 2016-01-08 10:49:02 +01:00
controlflowanalysis.h DBG: small fixes in controlflowanalysis 2016-01-07 17:04:26 +01:00
database.cpp DBG: workaround for issue #551 (backup databases before attempting to write them) 2016-02-25 02:22:37 +01:00
database.h DBG: More header guards 2016-01-24 18:49:14 -05:00
dbghelp_safe.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
dbghelp_safe.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
debugger.cpp DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
debugger.h Merge pull request #453 from Herz3h/Herz3hDev 2015-12-16 11:49:09 +01:00
debugger_commands.cpp DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
debugger_commands.h DBG/GUI : Added back setfreezestack command to lock the stack with ability to freely scroll in the stack when its frozen without it resetting back to first selection (hard to explain lol) 2015-12-02 15:42:11 +01:00
disasm_fast.cpp DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
disasm_fast.h DBG: fixed annoying behaviour in assembleat with moaning about pointers to non-executable regions. now it will only warn you if you assemble a branch (call/jmp) that goes directly to a non-executable memory region. 2016-01-07 09:44:02 +01:00
disasm_helper.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
disasm_helper.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
dynamicmem.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
error.cpp DBG: Missing GetLastError code 2016-01-12 16:54:07 -05:00
error.h DBG: More header guards 2016-01-24 18:49:14 -05:00
exception.cpp DBG: added a few more exception names 2016-03-05 13:03:29 +01:00
exception.h DBG: More header guards 2016-01-24 18:49:14 -05:00
exceptiondirectoryanalysis.cpp DBG+GUI+BRIDGE: fixed all kinds of small errors (thanks to coverity!) 2016-01-08 10:49:02 +01:00
exceptiondirectoryanalysis.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
exhandlerinfo.cpp DBG: format code 2016-02-11 17:32:46 +01:00
exhandlerinfo.h DBG: format code 2016-02-11 17:32:46 +01:00
expressionparser.cpp DBG: finally have "<<" and ">>" for shl and shr 2016-02-18 03:43:29 +01:00
expressionparser.h DBG: finally have "<<" and ">>" for shl and shr 2016-02-18 03:43:29 +01:00
filehelper.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
filehelper.h DBG: added some functionality in filehelper.cpp + fixed a nice bug in command.cpp (va args was printed but never used) 2015-11-26 02:32:17 +01:00
function.cpp DBG: extended the scriptapi to support Get/Set/Delete/Enum/Whatever for labels/comments/bookmarks/functions 2016-01-07 11:51:20 +01:00
function.h DBG: More header guards 2016-01-24 18:49:14 -05:00
handle.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
instruction.cpp DBG: error message when CreateProcess failed + fixed a bug with binary search in the memory map 2016-02-23 02:26:31 +01:00
instruction.h DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
jit.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
jit.h DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
label.cpp Removing a label/comment which didn't exist shouldn't be an error 2016-02-27 18:12:37 +02:00
label.h Implemented DbgClearLabelRange, DbgClearCommentRange, DbgClearBookmarkRange for manual entries 2016-02-26 15:52:02 +02:00
linearanalysis.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
linearanalysis.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
log.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
loop.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
loop.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
main.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
memory.cpp DBG: implemented caching (lookup in the memory map) for MemIsValidReadPtr + check MemIsValidReadPtr in MemRead (this improves performance quite a bit) 2016-03-05 13:03:30 +01:00
memory.h DBG: disabled MemIsValidReadPtr cache per default 2016-03-19 19:00:45 +01:00
module.cpp DBG: fixed various bugs and annoyances with breakpoints (there should now be full control even with 'inactive' breakpoints) 2016-03-20 01:09:43 +01:00
module.h DBG: cache modules (should speed up stepping quite a bit), closed issue #566 2016-02-25 02:13:09 +01:00
msgqueue.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
msgqueue.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
murmurhash.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
murmurhash.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
patches.cpp DBG: Fix #502 (patching files w/ readonly flag) 2016-01-14 01:05:39 -05:00
patches.h DBG: More header guards 2016-01-24 18:49:14 -05:00
patternfind.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
patternfind.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
plugin_loader.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
plugin_loader.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
reference.cpp DBG: fixed a few bugs with reference finding 2016-02-27 01:55:27 +01:00
reference.h DBG: More header guards 2016-01-24 18:49:14 -05:00
script_commands.txt PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
simplescript.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
simplescript.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
stackinfo.cpp DBG: Swapped To/From in stack output code (Fix #446) 2015-11-26 00:59:02 -05:00
stackinfo.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
stringformat.cpp DBG: fixed some small bugs (thanks to ReSharper!) 2016-01-07 08:58:26 +01:00
stringformat.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
stringutils.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
stringutils.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
symbolinfo.cpp DBG: fixed some small bugs (thanks to ReSharper!) 2016-01-07 08:58:26 +01:00
symbolinfo.h DBG: More header guards 2016-01-24 18:49:14 -05:00
thread.cpp DBG: Use duplicated handle rather than the debug-event-provided handle 2016-02-15 01:12:19 -05:00
thread.h DBG: More header guards 2016-01-24 18:49:14 -05:00
threading.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
threading.h DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
undocumented.h DBG: Start normalizing header guards 2016-01-24 18:41:59 -05:00
value.cpp DBG: cache modules (should speed up stepping quite a bit), closed issue #566 2016-02-25 02:13:09 +01:00
value.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
variable.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
variable.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
x64_dbg.cpp DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
x64_dbg.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
x64_dbg_dbg.vcxproj DBG: Implement most functions for exception handlers (SEH missing) 2016-01-24 18:38:46 -05:00
x64_dbg_dbg.vcxproj.filters DBG: Implement most functions for exception handlers (SEH missing) 2016-01-24 18:38:46 -05:00
x64_dbg_dbg.vcxproj.user PROJECT: don't ignore *.vcxproj.user files 2015-11-27 22:43:49 +01:00