Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 771 Bytes

.logopen.md

File metadata and controls

47 lines (26 loc) · 771 Bytes
description
Description of the '.logopen' command in HyperDbg.

.logopen (open log file)

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.

HyperDbg> .logopen c:\users\sina\desktop\log.txt

IOCTL

None

Remarks

You can close the log file using the .logclose command.

Requirements

None

Related

.logclose (close log file)