1
0
Fork 0
x64dbg/src/dbg
Duncan Ogilvie 7239b4663e Append a 'ret' when a script ends in a conditional branch 2023-02-24 01:51:31 +01:00
..
DeviceNameResolver DBG: updated DeviceNameResolver 2016-06-27 01:05:23 +02:00
LLVMDemangle Switch to LLVMDemangle for symbol demangling 2022-05-14 16:04:28 +02:00
TitanEngine Strongly type TitanEngine callbacks (finally) 2023-02-22 09:50:24 +01:00
WinInet-Downloader DBG: show progress in status bar when downloading symbols 2020-06-04 17:26:47 +02:00
XEDParse PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
analysis Fix a bunch of error on /std:c++latest 2022-01-17 10:18:54 +01:00
btparser@d5034cf6d6 DBG+GUI+BRIDGE+PROJECT: updated AStyle and formatting 2017-03-16 03:32:09 +01:00
commands Implement StepUser and StepSystem commands 2023-02-23 01:28:06 +01:00
dbghelp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
jansson Trace recording (#1736) 2017-10-16 20:00:26 +02:00
lz4 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
msdia Update DIA to 14.13.26128.0 + XP support 2018-07-01 19:27:58 +02:00
ntdll ntdll.h: Update PEB and TEB structs for Windows 10 RS3, and correct offset of TEB->LastStatusValue on x86 2017-10-28 02:47:49 +02:00
test PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
GetPeArch.h DBG+LAUNCHER: correctly handle mixed mode executables 2017-10-13 23:38:53 +02:00
TraceRecord.cpp Big refactor to improve the tracing experience 2022-07-20 01:42:48 +02:00
TraceRecord.h Big refactor to improve the tracing experience 2022-07-20 01:42:48 +02:00
_dbgfunctions.cpp Improve error handling when reading process command lines 2023-02-22 08:49:17 +01:00
_dbgfunctions.h GUI: Added new function GetCallStackByThread 2020-10-23 16:54:41 +02:00
_exports.cpp Add an autocomment on forwarded exports 2023-01-24 13:41:52 +01:00
_exports.h DBG+BRIDGE+GUI: deprecate DbgGetRegDump 2017-10-29 02:18:06 +02:00
_global.cpp Improve code readability after looking for buffer overflows 2023-02-22 08:51:24 +01:00
_global.h Improve code readability after looking for buffer overflows 2023-02-22 08:51:24 +01:00
_plugin_types.h disable warnings for dbghelp.h 2019-06-19 00:12:31 +02:00
_plugins.cpp Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
_plugins.h Merge pull request #2834 from Montycarlo/add-log-color 2022-06-15 16:28:37 +02:00
_scriptapi.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_argument.cpp DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
_scriptapi_argument.h DBG: added SerializableTMap (less code duplication) 2016-06-01 11:07:49 +02: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 DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
_scriptapi_bookmark.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_comment.cpp DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
_scriptapi_comment.h DBG: small cleanup in scriptapi and added 'scriptdll' command 2016-02-24 00:15:49 +01:00
_scriptapi_debug.cpp DBG: don't attempt to wait when the command failed 2016-09-09 19:38:15 +02:00
_scriptapi_debug.h Added async and rate limit logic to calls that tended to flood the gui thread 2016-07-05 01:03:54 -06:00
_scriptapi_flag.cpp DBG: fixed Script::Flags implementation 2017-08-14 16:24:29 +02: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: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
_scriptapi_function.h DBG: Fixed potential ambiguous function definition 2016-10-04 23:50:55 +02:00
_scriptapi_gui.cpp DBG+BRIDGE+GUI: fix bugs and add Graph+Memory Map+Symbol Module plugin menus 2019-06-22 16:44:45 +02:00
_scriptapi_gui.h DBG+BRIDGE+GUI: implemented more selection queries (graph + memory map + symbol module) 2016-09-21 21:28:37 +02:00
_scriptapi_label.cpp Add temporary label support for scripting 2021-07-19 18:36:11 +03:00
_scriptapi_label.h Add temporary label support for scripting 2021-07-19 18:36:11 +03:00
_scriptapi_memory.cpp Use explicit size for changing memory protections and split range 2021-10-22 15:55:23 +03:00
_scriptapi_memory.h Use explicit size for changing memory protections and split range 2021-10-22 15:55:23 +03:00
_scriptapi_misc.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
_scriptapi_misc.h Cleanup documentation for Script::Misc 2022-10-17 16:23:57 +03:00
_scriptapi_module.cpp Add GetExports and GetImports to the module scripting API. 2019-05-09 20:46:13 +02:00
_scriptapi_module.h Add GetExports and GetImports to the module scripting API. 2019-05-09 20:46:13 +02:00
_scriptapi_pattern.cpp DBG: some small fixed in scriptapi 2016-05-18 14:51:22 +02: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 Big refactor to improve the tracing experience 2022-07-20 01:42:48 +02:00
_scriptapi_register.h DBG: added CFLAGS support in _scriptapi_register.h (thanks to krzywix) 2017-08-01 23:59:12 +02: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 Fixed Symbol::GetList() for symbols without undecorated name 2018-11-13 12:10:36 +01:00
_scriptapi_symbol.h DBG: correctly enumerate imports as IAT addresses 2017-02-18 20:35:20 +01:00
addrinfo.cpp DBG: use export/import data from modules instead of from memory 2018-07-01 19:27:57 +02:00
addrinfo.h DBG: use export/import data from modules instead of from memory 2018-07-01 19:27:57 +02:00
animate.cpp Add previously undocumented AnimateInterval to settings; Remove AnimateInterval restrictions; Fix a bug on GuiOpenTraceFile 2020-07-05 16:02:52 +02:00
animate.h Animate into (#1020) 2016-08-30 12:59:40 +02:00
argument.cpp DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
argument.h DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
assemble.cpp PROJECT: remove keystone 2018-03-04 22:41:00 +01:00
assemble.h DBG+GUI+PROJECT: added asmjit assembler engine 2016-09-07 05:39:18 +02:00
bookmark.cpp DBG: don't clear data before loading from JSON 2016-10-08 01:36:26 +02:00
bookmark.h DBG: AddrInfo + AddrInfoSerializer + AddrInfoHashMap 2016-06-09 17:22:29 +02:00
breakpoint.cpp Strongly type TitanEngine callbacks (finally) 2023-02-22 09:50:24 +01:00
breakpoint.h DBG: fix regression related to hardware breakpoint storage 2020-04-12 18:02:40 +02:00
command.cpp GUI: AA_EnableHighDpiScaling 2017-08-03 16:49:49 +02:00
command.h DBG: remove CMDRESULT since it's become useless 2016-10-13 17:14:17 +02:00
commandline.cpp DBG: remove explicit size for memset in command line 2017-07-25 13:39:23 +02:00
commandline.h DBG: include refactor 2017-04-29 19:45:34 +02:00
commandparser.cpp Improve escaping in format strings for backwards compatibility 2022-09-04 22:30:12 +02:00
commandparser.h Special handling for format strings in the command parser 2022-09-04 22:16:54 +02:00
comment.cpp DBG: Fixed crash when comment longer than 512 characters 2021-07-28 22:29:58 +02:00
comment.h DBG: significant memory usage improvements for database (~5x less memory used) 2017-02-24 19:38:48 +01:00
console.cpp Support x64dbg:command#xxx and x64dbg:address#xxx links 2022-09-02 13:46:28 +02:00
console.h Support x64dbg:command#xxx and x64dbg:address#xxx links 2022-09-02 13:46:28 +02:00
database.cpp Fix some warnings 2021-10-14 17:46:23 +03:00
database.h Trace recording (#1736) 2017-10-16 20:00:26 +02:00
datainst_helper.cpp DBG: truncate copy data in DISASM_INSTR 2019-08-23 00:48:19 +02:00
datainst_helper.h DBG: various changes to the encodemap 2016-06-24 02:47:22 +02:00
dbghelp_safe.cpp DBG: remove some useless dbghelp calls 2018-07-01 19:27:55 +02:00
dbghelp_safe.h disable warnings for dbghelp.h 2019-06-19 00:12:31 +02:00
debugger.cpp Fix compilation on 32-bit 2023-02-23 01:52:01 +01:00
debugger.h Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
debugger_cookie.h Strongly type TitanEngine callbacks (finally) 2023-02-22 09:50:24 +01:00
debugger_tracing.h Remove the 'switch condition' functionality 2023-02-22 08:22:33 +01:00
disasm_fast.cpp Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
disasm_fast.h Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
disasm_helper.cpp Improve ASCII string detection algorithm 2022-02-24 14:40:42 +01:00
disasm_helper.h Renamed `Capstone` -> `Zydis` 2017-10-09 10:02:13 +02:00
dynamicmem.h DBG+GUI: code improvements 2016-09-28 20:47:29 +02:00
encodemap.cpp zydis_wrapper: Better compliance with style-guide 2017-10-09 10:02:13 +02:00
encodemap.h DBG: include refactor 2017-04-29 19:45:34 +02:00
exception.cpp Add support for "kernelbase + 0x1000" as an expression 2023-01-24 08:09:55 +01:00
exception.h Fix a race condition when attaching as JIT debugger 2020-11-12 01:45:35 +01:00
exhandlerinfo.cpp Using build number instead of magic number 2022-07-02 01:20:38 +08:00
exhandlerinfo.h Using build number instead of magic number 2022-07-02 01:20:38 +08:00
expressionfunctions.cpp Merge pull request #2889 from justanotheranonymoususer/more-str-functions 2022-08-05 14:49:21 +02:00
expressionfunctions.h Added support for any value types and done some improvements 2021-03-24 21:07:27 +00:00
expressionparser.cpp Add support for strings in the command bar and formatting 2022-06-19 01:47:05 +02:00
expressionparser.h Add support for strings in the command bar and formatting 2022-06-19 01:47:05 +02:00
exprfunc.cpp Support x64dbg:command#xxx and x64dbg:address#xxx links 2022-09-02 13:46:28 +02:00
exprfunc.h Merge pull request #2889 from justanotheranonymoususer/more-str-functions 2022-08-05 14:49:21 +02:00
filehelper.cpp DBG: added FileHelper::GetFileName 2016-11-21 10:16:05 +01:00
filehelper.h DBG: added FileHelper::GetFileName 2016-11-21 10:16:05 +01:00
filemap.h Add a mapImage flag to the FileMap helper 2023-01-24 13:41:24 +01:00
formatfunctions.cpp Format strings at the end of a page correctly 2022-08-23 20:39:27 +02:00
formatfunctions.h DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02:00
function.cpp DBG: add parent in function API to support function chunks 2020-06-04 17:26:47 +02:00
function.h DBG: add parent in function API to support function chunks 2020-06-04 17:26:47 +02:00
handle.h Improve Handle wrapper class 2022-01-03 04:11:42 +01:00
handles.cpp Attempt to get the handle type names for handles that cannot be duplicated 2022-10-10 16:05:53 +02:00
handles.h Warn when certain anti-cheat drivers are detected 2022-09-02 19:37:18 +02:00
historycontext.cpp Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
historycontext.h Implement StepIntoUser and StepIntoSystem helper functions 2023-02-23 01:23:56 +01:00
jit.cpp Fix a bunch of error on /std:c++latest 2022-01-17 10:18:54 +01:00
jit.h Fix a bunch of error on /std:c++latest 2022-01-17 10:18:54 +01:00
label.cpp Merge pull request #2695 from ZehMatt/templabel 2021-07-25 22:01:58 +02:00
label.h Add temporary label support for scripting 2021-07-19 18:36:11 +03:00
log.cpp PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
loop.cpp 1984 2020-07-03 21:57:48 +02:00
loop.h DBG: improve loop API 2020-06-04 17:26:42 +02:00
main.cpp Support user directory 2022-09-25 01:41:46 +02:00
memory.cpp Enumerate process heaps and mark them 2023-02-23 01:28:33 +01:00
memory.h Use explicit size for changing memory protections and split range 2021-10-22 15:55:23 +03:00
mnemonichelp.cpp DBG: sync mnemdb with the latest idaref 2019-10-12 16:00:04 +02:00
mnemonichelp.h lazy load mnemonic data and save 3MB memory 2017-11-07 20:24:01 +01:00
module.cpp Improve code readability after looking for buffer overflows 2023-02-22 08:51:24 +01:00
module.h Implement MODINFO::getProcAddress 2023-01-24 13:40:56 +01:00
msgqueue.cpp DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02:00
msgqueue.h DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02: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 a buffer overflow in a terrible 5-year old API 2019-11-12 23:55:23 +01:00
patches.h DBG+GUI: check if DEP is enabled before warning about operations on non-code pages 2017-02-26 22:42:52 +01:00
patternfind.cpp DBG: reject wildcard only patterns 2019-10-23 12:22:48 +02:00
patternfind.h Fix compilation in VS2019 2019-04-17 19:34:00 +02:00
pdbdiafile.cpp Switch to LLVMDemangle for symbol demangling 2022-05-14 16:04:28 +02:00
pdbdiafile.h DBG: better heuristics for detecting the debuggee did not terminate after 10 seconds 2019-08-19 15:39:13 +02:00
pdbdiatypes.h DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02:00
plugin_loader.cpp Get rid of the _GUI locks in the pluginmenu* API implementation 2022-12-03 23:00:54 +01:00
plugin_loader.h DBG: New expression function plugin system, string support 2021-03-20 23:46:41 +00:00
reference.cpp Refactor the findallusermem and findallsysmem commands into findallmem 2022-06-15 19:57:55 +02:00
reference.h Refactor the findallusermem and findallsysmem commands into findallmem 2022-06-15 19:57:55 +02:00
script_commands.txt PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
serializablemap.h fix #2769 2021-10-22 18:42:05 +08:00
simplescript.cpp Append a 'ret' when a script ends in a conditional branch 2023-02-24 01:51:31 +01:00
simplescript.h DBG: improvements to initialization script experience 2020-02-23 16:01:29 +01:00
stackinfo.cpp Fix a regression caused by #2571 2023-01-18 11:10:30 +01:00
stackinfo.h GUI: Added new function GetCallStackByThread 2020-10-23 16:54:41 +02:00
stringformat.cpp Log the thread parameter and refactor SymGetSymbolicName 2022-06-19 21:20:09 +02:00
stringformat.h DBG: added stringformatinline 2016-05-22 14:43:50 +02:00
stringutils.cpp DBG: fix StringUtils::Trim 2020-07-29 02:20:28 +02:00
stringutils.h Updated string searching algorithm to support string in any language 2020-07-29 02:10:54 +02:00
symbolinfo.cpp Log the thread parameter and refactor SymGetSymbolicName 2022-06-19 21:20:09 +02:00
symbolinfo.h Log the thread parameter and refactor SymGetSymbolicName 2022-06-19 21:20:09 +02:00
symbolsourcebase.cpp DBG: improve symbol handling 2019-08-22 17:21:37 +02:00
symbolsourcebase.h Implement DebugFlags command 2020-10-11 20:57:09 +02:00
symbolsourcedia.cpp Fix a bunch of error on /std:c++latest 2022-01-17 10:18:54 +01:00
symbolsourcedia.h Implement DebugFlags command 2020-10-11 20:57:09 +02:00
symbolundecorator.h Use common undecorate flags 2022-11-26 16:19:28 +02:00
symcache.cpp Fix undecorated label display when it comes from exported symbols. 2022-09-17 17:27:42 +02:00
symcache.h DBG: refactor SymbolInfo to use VA instead of RVA 2018-07-01 19:27:54 +02:00
syscalls.h Implemented non Windows 10 syscalls 2020-10-29 00:18:41 +01:00
taskthread.h DBG: remove std::thread usage from TaskThread 2018-02-14 20:38:49 +01:00
tcpconnections.cpp BRIDGE+DBG: renamed ADDRINFO to BRIDGE_ADDRINFO 2017-05-05 18:09:00 +02:00
tcpconnections.h DBG+GUI+BRIDGE: rewrote handles + tcp connections view 2016-05-29 00:32:22 +02:00
thread.cpp get thread name from GetThreadDescription 2023-02-23 05:10:09 +01:00
thread.h dbg changes for TEB->LastStatusValue: 2017-10-28 02:47:49 +02:00
threading.cpp Pump the event loop when waiting for a lock on the GUI thread 2022-09-02 23:45:43 +02:00
threading.h Get rid of the _GUI locks in the pluginmenu* API implementation 2022-12-03 23:00:54 +01:00
types.cpp Improve type visiting 2022-06-19 21:08:33 +02:00
types.h Improve type visiting 2022-06-19 21:08:33 +02:00
typesparser.cpp DBG+GUI: fixed various @coverity issues 2017-01-09 01:10:43 +01:00
value.cpp Fix a crash introduced by the refactor of valapifromstring 2023-01-25 11:48:55 +01:00
value.h Fix a crash introduced by the refactor of valapifromstring 2023-01-25 11:48:55 +01:00
variable.cpp Remove the 'switch condition' functionality 2023-02-22 08:22:33 +01:00
variable.h DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02:00
watch.cpp DBG: Fixed issue mentioned in comment to #2310 - force value refresh after watch expression change 2020-12-15 17:39:05 +01:00
watch.h DBG: Added new command SetWatchType 2020-10-27 16:27:31 +01:00
x64dbg.cpp Add aliases for StepUser 2023-02-23 01:32:01 +01:00
x64dbg.h DBG: removed final traces of x64_dbg 2016-09-27 02:06:07 +02:00
x64dbg_dbg.vcxproj Switch to LLVMDemangle for symbol demangling 2022-05-14 16:04:28 +02:00
x64dbg_dbg.vcxproj.filters Switch to LLVMDemangle for symbol demangling 2022-05-14 16:04:28 +02:00
xrefs.cpp DBG: fix various issues pointed out by Visual Studio code analysis 2019-06-19 00:12:31 +02:00
xrefs.h DBG: include refactor 2017-04-29 19:45:34 +02:00