v 2.0|mrexodia
Windows debugger
x64dbg, an open-source debugger, is compatible with both 32- and 64 bit versions of Windows. You can download the source files, modify them to your liking, and/or try an existing version.
Multiple debugging featuresDebuggers can be used to identify issues with computer software and hardware. Windows comes with a built-in debugger. If you are more technical-minded, x64dbg might be the right tool.
Open-sourceOpen-source means that the original code of a program is freely available for anyone to modify. x64dbg can be used as an open-source program. You can also dive into the program if you are an expert.
Feature-richIt's the features that make a debugger x64dbg, or another like ollydbg, or windbg, great. x64dbg offers many options for dedicated coders. These include a C-like expressionparser, register highlighter (using an Instruction Token IDA-like highlighter), as well as a versatile JSON data base that can be used for comments, bookmarks and labels.
x64dbg can debug DLL and EXE files. This is thanks to TitanEngine and XEDParse, a built-in assembly program that dynamically recognizes modules and strings.
Solid supportA dedicated modding community also means that x64dbg has a large number of reports. You can view each update and any changes to see if a feature has been modified or improved.
You can easily personalize the debugger by using the dynamic stack view, fully customizable colour scheme, and intuitive, familiar interface.
Numerous customisation optionsThenx64dbg is a solid, safe choice if you are looking for a Windows debugger. It's important to remember that you must know what you are doing if you want to take a look at the inside of the machine.