HyperDbg Debugger
Loading...
Searching...
No Matches
help.h
Go to the documentation of this file.
1
12#pragma once
13
15// Help commands //
17
18VOID
20
21VOID
23
24VOID
26
27VOID
29
30VOID
32
33VOID
35
36VOID
38
39VOID
41
42VOID
44
45VOID
47
48VOID
50
51VOID
53
54VOID
56
57VOID
59
60VOID
62
63VOID
65
66VOID
68
69VOID
71
72VOID
74
75VOID
77
78VOID
80
81VOID
83
84VOID
86
87VOID
89
90VOID
92
93VOID
95
96VOID
98
99VOID
101
102VOID
104
105VOID
107
108VOID
110
111VOID
113
114VOID
116
117VOID
119
120VOID
122
123VOID
125
126VOID
128
129VOID
131
132VOID
134
135VOID
137
138VOID
140
141VOID
143
144VOID
146
147VOID
149
150VOID
152
153VOID
155
156VOID
158
159VOID
161
162VOID
164
165VOID
167
168VOID
170
171VOID
173
174VOID
176
177VOID
179
180VOID
182
183VOID
185
186VOID
188
189VOID
191
192VOID
194
195VOID
197
198VOID
200
201VOID
203
204VOID
206
207VOID
209
210VOID
212
213VOID
215
216VOID
218
219VOID
221
222VOID
224
225VOID
227
228VOID
230
231VOID
233
234VOID
236
237VOID
239
240VOID
242
243VOID
245
246VOID
248
249VOID
251
252VOID
254
255VOID
257
258VOID
260
261VOID
263
264VOID
266
267VOID
269
270VOID
272
273VOID
275
276VOID
278
279VOID
281
282VOID
284
285VOID
287
288//
289// hwdbg commands
290//
291VOID
#define VOID
Definition BasicTypes.h:33
VOID CommandClearScreenHelp()
help of the .cls command
Definition cls.cpp:20
VOID CommandPageinHelp()
help of the .pagein command
Definition pagein.cpp:26
VOID CommandEventsHelp()
help of the events command
Definition events.cpp:32
VOID CommandMsrwriteHelp()
help of the !msrwrite command
Definition msrwrite.cpp:20
VOID CommandBcHelp()
help of the bc command
Definition bc.cpp:25
VOID CommandUnloadHelp()
help of the unload command
Definition unload.cpp:28
VOID CommandAttachHelp()
help of the .attach command
Definition attach.cpp:26
VOID CommandThreadHelp()
help of the .thread command
Definition thread.cpp:25
VOID CommandPa2vaHelp()
help of the !pa2va command
Definition pa2va.cpp:26
VOID CommandPteHelp()
help of the !pte command
Definition pte.cpp:26
VOID CommandKillHelp()
help of the .kill command
Definition kill.cpp:26
VOID CommandIooutHelp()
help of the !ioout command
Definition ioout.cpp:20
VOID CommandPmcHelp()
help of the !pmc command
Definition pmc.cpp:20
VOID CommandUnhideHelp()
help of the !unhide command
Definition unhide.cpp:20
VOID CommandMsrreadHelp()
help of the !msrread command
Definition msrread.cpp:20
VOID CommandLmHelp()
help of the lm command
Definition lm.cpp:27
VOID CommandFlushHelp()
help of the flush command
Definition flush.cpp:25
VOID CommandPreallocHelp()
help of the prealloc command
Definition prealloc.cpp:20
VOID CommandStructHelp()
help of the struct command
Definition dt-struct.cpp:63
VOID CommandBdHelp()
help of the bd command
Definition bd.cpp:25
VOID CommandTHelp()
help of the t command
Definition t.cpp:27
VOID CommandDetachHelp()
help of the .detach command
Definition detach.cpp:26
VOID CommandDrHelp()
help of the !dr command
Definition dr.cpp:20
VOID CommandPauseHelp()
help of the pause command
Definition pause.cpp:27
VOID CommandDumpHelp()
help of the .dump command
Definition dump.cpp:36
VOID CommandCpuHelp()
help of the cpu command
Definition cpu.cpp:20
VOID CommandAssembleHelp()
help of a and !a command
Definition a.cpp:43
VOID CommandSettingsHelp()
help of the settings command
Definition settings.cpp:29
VOID CommandDisconnectHelp()
help of the .disconnect command
Definition disconnect.cpp:28
VOID CommandScriptHelp()
help of the .script command
Definition script.cpp:27
VOID CommandStatusHelp()
help of the .status command
Definition status.cpp:31
VOID CommandIHelp()
help of the i command
Definition i.cpp:27
VOID CommandMonitorHelp()
help of the !monitor command
Definition monitor.cpp:20
VOID CommandExceptionHelp()
help of the !exception command
Definition exception.cpp:20
VOID CommandPrintHelp()
help of the print command
Definition print.cpp:28
VOID CommandSearchMemoryHelp()
help of !s* s* commands
Definition s.cpp:26
VOID CommandWrmsrHelp()
help of the wrmsr command
Definition wrmsr.cpp:20
VOID CommandReadMemoryAndDisassemblerHelp()
help of u* d* !u* !d* commands
Definition d-u.cpp:26
VOID CommandEptHookHelp()
help of the !epthook command
Definition epthook.cpp:20
VOID CommandProcessHelp()
help of the .process command
Definition process.cpp:25
VOID CommandTrackHelp()
help of the !track command
Definition track.cpp:36
VOID CommandLogopenHelp()
help of the .logopen command
Definition logopen.cpp:28
VOID CommandHwClkHelp()
help of the !hw_clk command
Definition hw_clk.cpp:28
VOID CommandTraceHelp()
help of the !trace command
Definition trace.cpp:20
VOID CommandEditMemoryHelp()
help of !e* and e* commands
Definition e.cpp:26
VOID CommandHelpHelp()
help of the help command :)
Definition help.cpp:22
VOID CommandRevHelp()
help of the !rev command
Definition rev.cpp:28
VOID CommandModeHelp()
help of the !mode command
Definition mode.cpp:20
VOID CommandPreactivateHelp()
help of the preactivate command
Definition preactivate.cpp:20
VOID CommandLogcloseHelp()
help .logclose command
Definition logclose.cpp:26
VOID CommandSympathHelp()
help of the .sympath command
Definition sympath.cpp:24
VOID CommandRestartHelp()
help of the .restart command
Definition restart.cpp:29
VOID CommandInterruptHelp()
help of the !interrupt command
Definition interrupt.cpp:20
VOID CommandOutputHelp()
help of the output command
Definition output.cpp:26
VOID CommandConnectHelp()
help of the .connect command
Definition connect.cpp:31
VOID CommandExitHelp()
help of the exit command
Definition exit.cpp:27
VOID CommandRHelp()
help of the r command
Definition r.cpp:151
VOID CommandSwitchHelp()
help of the .switch command
Definition switch.cpp:26
VOID CommandSymHelp()
help of the .sym command
Definition sym.cpp:26
VOID CommandFormatsHelp()
help of the help command :)
Definition formats.cpp:20
VOID CommandMeasureHelp()
help of the !measure command
Definition measure.cpp:33
VOID CommandCrwriteHelp()
help of the !crwrite command
Definition crwrite.cpp:20
VOID CommandTscHelp()
help of the !tsc command
Definition tsc.cpp:20
VOID CommandCpuidHelp()
help of the !cpuid command
Definition cpuid.cpp:20
VOID CommandDebugHelp()
help of the .debug command
Definition debug.cpp:29
VOID CommandBeHelp()
help of the be command
Definition be.cpp:25
VOID CommandSysretHelp()
help of the !sysret command
Definition syscall-sysret.cpp:54
VOID CommandEvalHelp()
help of the ? command
Definition eval.cpp:27
VOID CommandListenHelp()
help of the listen command
Definition listen.cpp:29
VOID CommandDtHelp()
help of the dt command
Definition dt-struct.cpp:26
VOID CommandXHelp()
help of the x command
Definition x.cpp:20
VOID CommandCoreHelp()
help of the ~ command
Definition core.cpp:26
VOID CommandKHelp()
help of the k command
Definition k.cpp:26
VOID CommandEptHook2Help()
help of the !epthook2 command
Definition epthook2.cpp:20
VOID CommandVmcallHelp()
help of the !vmcall command
Definition vmcall.cpp:20
VOID CommandPHelp()
help of the p command
Definition p.cpp:27
VOID CommandGuHelp()
help of the gu command
Definition gu.cpp:29
VOID CommandSleepHelp()
help of the sleep command
Definition sleep.cpp:20
VOID CommandBpHelp()
help of the bp command
Definition bp.cpp:25
VOID CommandStartHelp()
help of the .start command
Definition start.cpp:27
VOID CommandRdmsrHelp()
help of the rdmsr command
Definition rdmsr.cpp:20
VOID CommandHideHelp()
help of the !hide command
Definition hide.cpp:34
VOID CommandLoadHelp()
help of the load command
Definition load.cpp:28
VOID CommandIoinHelp()
help of the !ioin command
Definition ioin.cpp:20
VOID CommandSyscallHelp()
help of the !syscall command
Definition syscall-sysret.cpp:20
VOID CommandBlHelp()
help of the bl command
Definition bl.cpp:25
VOID CommandTestHelp()
help of the test command
Definition test.cpp:25
VOID CommandVa2paHelp()
help of the !va2pa command
Definition va2pa.cpp:26
VOID CommandGHelp()
help of the g command
Definition g.cpp:28
VOID CommandPeHelp()
help of the .pe command
Definition pe.cpp:22