HyperDbg Debugger
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
v
w
Functions
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
w
Variables
c
d
e
f
g
i
k
l
m
r
s
t
v
w
Classes
Class List
Class Index
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
_
h
k
r
t
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
HyperDbg Debugger
►
HyperDbg Debugger
►
Changelog
►
Contributor Covenant Code of Conduct
►
Contribution
►
Contributors
►
HOWTO
►
Contributor Covenant Code of Conduct
README
Automated ModelSim Viewer
README
script-engine-test
script-engine-test
►
Namespaces
►
Classes
▼
Files
▼
File List
►
hwdbg
▼
hyperdbg
►
hyperdbg-cli
►
hyperdbg-test
►
hyperhv
►
hyperkd
►
hyperlog
►
include
►
kdserial
▼
libhyperdbg
▼
code
►
app
►
common
▼
debugger
▼
commands
►
debugging-commands
►
extension-commands
►
hwdbg-commands
▼
meta-commands
►
attach.cpp
►
cls.cpp
►
connect.cpp
►
debug.cpp
►
detach.cpp
►
disconnect.cpp
►
dump.cpp
►
formats.cpp
►
help.cpp
►
kill.cpp
►
listen.cpp
►
logclose.cpp
►
logopen.cpp
►
pagein.cpp
►
pe.cpp
►
process.cpp
►
restart.cpp
►
script.cpp
►
start.cpp
►
status.cpp
►
switch.cpp
►
sym.cpp
►
sympath.cpp
►
thread.cpp
►
communication
►
core
►
driver-loader
►
kernel-level
►
misc
►
script-engine
►
tests
►
transparency
►
user-level
►
export
►
hwdbg
►
objects
►
rev
►
header
pch.cpp
►
pch.h
►
libraries
►
miscellaneous
►
script-engine
►
script-eval
►
symbol-parser
►
utils
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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