HyperDbg Debugger
Loading...
Searching...
No Matches
Functions
help.cpp File Reference
.help command
More...
#include "pch.h"
Functions
VOID
CommandHelpHelp
()
help of the help command :)
Detailed Description
.help command
Author
Sina Karvandi (
sina@
.nosp@m.
hype
.nosp@m.
rdbg.
.nosp@m.
org
)
Version
0.1
Date
2020-08-10
Copyright
This project is released under the GNU Public License v3.
Function Documentation
◆
CommandHelpHelp()
VOID
CommandHelpHelp
(
)
help of the help command :)
Parameters
SplitCommand
Command
Returns
VOID
23
{
24
ShowMessages
(
".help : shows help and example(s) of a specific command.\n\n"
);
25
26
ShowMessages
(
"syntax : \t.help [Command (string)]\n"
);
27
28
ShowMessages
(
"\n"
);
29
ShowMessages
(
"\t\te.g : .help !monitor\n"
);
30
}
ShowMessages
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition
libhyperdbg.cpp:96
hyperdbg
libhyperdbg
code
debugger
commands
meta-commands
help.cpp
Generated by
1.11.0