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
.cls (clear the screen)
Description of '.cls' command in HyperDbg.
Command
.cls
Syntax
.cls
Description
Clears the screen.
Parameters
None
Examples
None
IOCTL
None
Remarks
You can use
.cls
,
cls
and
clear
. All of them are the same.
Requirements
None
Related
None
Previous
.logclose (close log file)
Next - Commands
Extension Commands
Last updated
10 months ago
Edit on GitHub
Contents
Command
Syntax
Description
Parameters
Examples
IOCTL
Remarks
Requirements
Related