Comment on page
.logopen (open log file)
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
None
Last modified 1yr ago