HyperDbg Documentation
HyperDbg Documentation
HyperDbg
Download
Source code
Blog
HyperDbg
Getting Started
Quick Start
FAQ
Build & Install
Attach to HyperDbg
Using HyperDbg
Prerequisites
Examples
Commands
Debugging Commands
Meta Commands
.help (show the help of commands)
.debug (prepare and connect to debugger)
.connect (connect to a session)
.disconnect (disconnect from a session)
.listen (listen on a port and wait for the debugger to connect)
.status (show the debugger status)
.process (show the current process and switch to another process)
.formats (show number formats)
.script (run batch script commands)
.logopen (open log file)
.logclose (close log file)
.cls (clear the screen)
Extension Commands
Scripting Language
Tips & Tricks
Considerations
Nested-Virtualization Environments
Misc
Contribution
Style Guide
Logo & Artworks
Design
Features
Debugger Internals
Script Engine
Links
Twitter
Releases
Doxygen
Contribution
Blog
Powered by GitBook

.logclose (close log file)

Description of '.logclose' command in HyperDbg.

Command

.logclose

Syntax

.logclose

Description

Closes any open log file.

Parameters

None

Examples

None

IOCTL

None

Remarks

This command closes the log file that was previously opened by .logopen.

Requirements

None

Related

​.logopen (open log file)​

Previous
.logopen (open log file)
Next
.cls (clear the screen)
Last updated 2 months ago
Edit on GitHub
Contents
Command
Syntax
Description
Parameters
Examples
IOCTL
Remarks
Requirements
Related