mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
453 B
453 B
Command line
x64dbg supports the following command line:
- 1 argument:
x64dbg filename.exewill debugfilename.exe. - 2 arguments:
x64dbg -p PIDwill attach to the process withPIDPID. - 2 arguments:
x64dbg filename.exe cmdlinewill debugfilename.exewithcmdlineas command line. - 3 arguments:
x64dbg filename.exe cmdline currentdirwill debugfilename.exewithcmdlineas command line andcurrentdiras current directory.