| description | Description of '#' command in HyperDbg. |
|---|
#
# ...
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 %}
[...]
Everything after this command is interpreted as a comment.
The following example shows the comments style in HyperDbg.
# This is a comment.
.connect local # This is an inline comment.None
None
None
None