.logopen (open log file)
Description of the '.logopen' command in HyperDbg.
Command
.logopen
Syntax
.logopen [FilePath (string)]
Description
Sends a copy of the events and commands from the command window to a new log file.
Parameters
[FilePath (string)]
The file path to save the log.
Examples
The following command creates a log file at c:\users\sina\desktop\log.txt
.
IOCTL
None
Remarks
You can close the log file using the .logclose command.
Requirements
None
Related
Last updated