1
0
Fork 0
x64dbg/src/dbg
Nukem 8944c824fe DBG: Use FileHelper in database code 2015-12-30 17:15:12 -05: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
capstone 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 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01: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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
FunctionPass.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
LinearPass.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
LinearPass.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_dbgfunctions.cpp DBG: added PatchGetEx function 2015-12-25 16:39:07 +01:00
_dbgfunctions.h DBG: added PatchGetEx function 2015-12-25 16:39:07 +01:00
_exports.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_exports.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_global.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_global.h Update _global.h 2015-12-24 18:44:15 +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_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_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_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 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_module.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
_scriptapi_pattern.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +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
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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
assemble.h Fixed a small bug where if you assemble an instruction and it is not a branch or doesn't point to memory, it would show the Non-Executable warning message 2015-12-10 21:28:39 +01:00
bookmark.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
bookmark.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
breakpoint.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
breakpoint.h DBG: resolved issue #463 (bugs in the database reset most software breakpoints on restart). 2015-12-19 04:17:53 +01:00
command.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +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 PROJECT: more formatting (please use install.bat for pre-commit formatting hook) 2015-12-19 04:20:42 +01:00
commandparser.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
commandparser.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
comment.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
comment.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01: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 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
controlflowanalysis.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
controlflowanalysis.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
database.cpp DBG: Use FileHelper in database code 2015-12-30 17:15:12 -05:00
database.h DBG: some small cosmetic changes to the debugger/database 2015-12-30 04:52:10 +01: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: some small cosmetic changes to the debugger/database 2015-12-30 04:52:10 +01:00
debugger.h Merge pull request #453 from Herz3h/Herz3hDev 2015-12-16 11:49:09 +01:00
debugger_commands.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +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 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
disasm_fast.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +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
dynamicptr.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
error.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
error.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
exception.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
exception.h DBG: Move exception define 2015-11-28 16:56:21 -05:00
exceptiondirectoryanalysis.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
exceptiondirectoryanalysis.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
expressionparser.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
expressionparser.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +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+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
function.h DBG+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
handle.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
instruction.cpp DBG: some small cosmetic changes to the debugger/database 2015-12-30 04:52:10 +01:00
instruction.h DBG: added the savedata command to dump memory to disk (related to issue #389). 2015-11-26 03:06:01 +01: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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
label.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
label.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01: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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
memory.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
module.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
module.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
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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
patches.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01: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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
reference.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01: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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +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 PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
symbolinfo.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
thread.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
thread.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
threading.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
threading.h DBG: Add locks to database functions 2015-12-30 16:41:22 -05:00
undocumented.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
value.cpp PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +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: some small cosmetic changes to the debugger/database 2015-12-30 04:52:10 +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 : Added option to save/load command line arguments into the database. 2015-12-01 19:20:31 +01:00
x64_dbg_dbg.vcxproj.filters DBG : Added option to save/load command line arguments into the database. 2015-12-01 19:20:31 +01:00
x64_dbg_dbg.vcxproj.user PROJECT: don't ignore *.vcxproj.user files 2015-11-27 22:43:49 +01:00