About 600 results
Open links in new tab
  1. x64dbg

    Simple, powerful development x64dbg uses C++ and Qt to quickly add new features.

  2. Commands — x64dbg documentation

    Do not use a space to separate the arguments. x64dbg only supports integer in expressions. Strings, Floating point numbers and SSE/AVX data is not supported. Therefore you cannot …

  3. x64dbg · Official x64dbg blog!

    Jun 30, 2025 · In this article I’ll be showcasing some of the thoughts and features behind x64dbg Automate, my automation solution for x64dbg. I designed this project with the goal of building …

  4. Welcome to x64dbg’s documentation!

    Welcome to x64dbg’s documentation! Suggested reads If you came here because someone told you to read the manual, start by reading all sections of the introduction. See commands for an …

  5. Type System and Modernization · x64dbg

    Jun 30, 2025 · We’re excited to announce a major new release of x64dbg, the open-source user mode debugger for Windows. For those new to the project, x64dbg is designed to make …

  6. Features — x64dbg documentation

    Features This program is currently under active development. It supports many basic and advanced features to ease debugging on Windows.

  7. GUI manual — x64dbg documentation

    © Copyright 2016, x64dbg. Built with Sphinx using a theme provided by Read the Docs.

  8. Expression Functions — x64dbg documentation

    rdtsc(): The result of the RDTSC instruction, a CPU timer. Only 32-bit result is returned in 32-bit environment. isdebuggerfocused(): Check if x64dbg is focused. Return 1 when x64dbg is …

  9. 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 …

  10. Values — x64dbg documentation

    In addition to the registers in the architecture, x64dbg provides the following registers: CAX , CBX , CCX , CDX , CSP , CBP , CSI , CDI , CIP. These registers are mapped to 32-bit registers on …