About 57 results
Open links in new tab
  1. x64dbg

    x64dbg An open-source x64/x32 debugger for windows. Check out the blog! Download » Source » Donate

  2. Features — x64dbg documentation

    Full-featured debugging of DLL and EXE files (TitanEngine Community Edition) 32-bit and 64-bit Windows support from Windows XP to Windows 10 Built-in assembler (XEDParse / asmjit) Fast …

  3. File — x64dbg documentation

    Currently you can only attach to an executable that is of the same architecture as the program. (eg, you cannot attach to a 64-bit process with x32dbg) If you are debugging an executable, attaching to …

  4. Command line — x64dbg documentation

    Command line x64dbg supports the following command line: 1 argument: x64dbg filename.exe will debug filename.exe. 2 arguments: x64dbg -p PID will attach to the process with PID PID. 2 …

  5. Values — x64dbg documentation

    These registers are mapped to 32-bit registers on 32-bit platform, and to 64-bit registers on 64-bit platform. For example, CIP is EIP on 32-bit platform, and is RIP on 64-bit platform. This feature is …

  6. Welcome to x64dbg’s documentation! — x64dbg documentation

    Debug Control Breakpoint Control Conditional Breakpoint Control Tracing Thread Control Memory Operations Operating System Control Watch Control Variables Searching User Database Analysis …

  7. x64dbg · Official x64dbg blog!

    Aug 27, 2016 · 64bit Debugging and the WoW64 File System Redirection 27 Aug 2016, by genuine A small note on WoW64 Redirection on Windows With the introduction to a 64bit Windows Operating …

  8. 64bit Debugging and the WoW64 File System Redirection - x64dbg

    Aug 27, 2016 · Due to the fact that x96dbg.exe is a 32-bit application, when a Right Click context menu is invoked to debug a 64-bit application in the System directory, File System Redirection will …

  9. Debug — x64dbg documentation

    Debug This menu contains the following actions. You cannot use any of these menu items except “ Restart ” and “ Command ” when you are not debugging.

  10. Analysis at Scale with x64dbg Automate

    Mar 4, 2025 · The automation brings us to a point where we can disconnect our client and do additional analysis on the payload itself. With the heavy lifting of getting past the payload’s decryption out of the …