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.