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

.help (show the help of commands)

Description of '.help' command in HyperDbg.

Command

.help

Syntax

.help[Command (string)]

Description

Shows the help and example(s) of using a specific command.

Parameters

[Command (string)]

The target command

Examples

The following command shows the help of !epthook2 command.

HyperDbg> .help !epthook2

IOCTL

None

Remarks

You can use .hh and help too, these are aliases for .help.

Requirements

None

Related

None

Commands - Previous
Meta Commands
Next
.debug (prepare and connect to debugger)
Last updated 2 months ago
Edit on GitHub
Contents
Command
Syntax
Description
Parameters
Examples
IOCTL
Remarks
Requirements
Related