Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 806 Bytes

File metadata and controls

53 lines (30 loc) · 806 Bytes
description Description of '#' command in HyperDbg.

# (comment in batch scripts)

Command

#

Syntax

# ...

Description

Comments a line of code or batch script.

{% hint style="success" %} In HyperDbg's batch scripts '#' is used as the comment character. However, in the script engine, it uses a C-like commenting style. {% endhint %}

Parameters

[...]

      Everything after this command is interpreted as a comment.

Examples

The following example shows the comments style in HyperDbg.

# This is a comment.
.connect local # This is an inline comment.

IOCTL

None

Remarks

None

Requirements

None

Related

None