description |
---|
Description of the '.logopen' command in HyperDbg. |
.logopen
.logopen [FilePath (string)]
Sends a copy of the events and commands from the command window to a new log file.
[FilePath (string)]
The file path to save the log.
The following command creates a log file at c:\users\sina\desktop\log.txt
.
HyperDbg> .logopen c:\users\sina\desktop\log.txt
None
You can close the log file using the .logclose command.
None