HyperDbg Debugger
Loading...
Searching...
No Matches
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

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}
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition libhyperdbg.cpp:96