Initialize commands and attributes.
818{
822
826
829
832
835
838
841
844
847
850
853
858
863
865
868
873
876
879
882
884
887
889
891
893
896
898
900
904
906
908
911
913
915
917
919
921
923
926
928
931
933
935
938
940
942
944
946
948
950
952
955
957
959
961
963
965
967
970
972
974
977
980
982
984
986
988
990
992
995
998
1001
1003
1052
1059
1066
1068
1071
1074
1076
1080
1084
1088
1091
1094
1096
1099
1102
1106
1107
1108
1109
1114
1123}
VOID CommandAssembleHelp()
help of a and !a command
Definition a.cpp:43
VOID CommandAssemble(vector< string > SplitCommand, string Command)
a and !a commands handler
Definition a.cpp:182
VOID CommandAttachHelp()
help of the .attach command
Definition attach.cpp:26
VOID CommandAttach(vector< string > SplitCommand, string Command)
.attach command handler
Definition attach.cpp:44
VOID CommandBcHelp()
help of the bc command
Definition bc.cpp:25
VOID CommandBc(vector< string > SplitCommand, string Command)
handler of bc command
Definition bc.cpp:44
VOID CommandBdHelp()
help of the bd command
Definition bd.cpp:25
VOID CommandBd(vector< string > SplitCommand, string Command)
handler of bd command
Definition bd.cpp:44
VOID CommandBe(vector< string > SplitCommand, string Command)
handler of be command
Definition be.cpp:44
VOID CommandBeHelp()
help of the be command
Definition be.cpp:25
VOID CommandBlHelp()
help of the bl command
Definition bl.cpp:25
VOID CommandBl(vector< string > SplitCommand, string Command)
handler of the bl command
Definition bl.cpp:40
VOID CommandBpHelp()
help of the bp command
Definition bp.cpp:25
VOID CommandBp(vector< string > SplitCommand, string Command)
bp command handler
Definition bp.cpp:83
VOID CommandClearScreenHelp()
help of the .cls command
Definition cls.cpp:20
VOID CommandClearScreen(vector< string > SplitCommand, string Command)
.cls command handler
Definition cls.cpp:35
#define DEBUGGER_COMMAND_IOOUT_ATTRIBUTES
Definition commands.h:337
#define DEBUGGER_COMMAND_LOAD_ATTRIBUTES
Definition commands.h:262
#define DEBUGGER_COMMAND_INTERRUPT_ATTRIBUTES
Definition commands.h:341
#define DEBUGGER_COMMAND_PAGEIN_ATTRIBUTES
Definition commands.h:424
#define DEBUGGER_COMMAND_X_ATTRIBUTES
Definition commands.h:401
#define DEBUGGER_COMMAND_HELP_ATTRIBUTES
Definition commands.h:213
#define DEBUGGER_COMMAND_BD_ATTRIBUTES
Definition commands.h:386
#define DEBUGGER_COMMAND_MEASURE_ATTRIBUTES
Definition commands.h:355
#define DEBUGGER_COMMAND_HIDE_ATTRIBUTES
Definition commands.h:351
#define DEBUGGER_COMMAND_A_ATTRIBUTES
Definition commands.h:434
#define DEBUGGER_COMMAND_VMCALL_ATTRIBUTES
Definition commands.h:315
#define DEBUGGER_COMMAND_DT_ATTRIBUTES
Definition commands.h:411
#define DEBUGGER_COMMAND_FORMATS_ATTRIBUTES
Definition commands.h:305
#define DEBUGGER_COMMAND_STRUCT_ATTRIBUTES
Definition commands.h:414
#define DEBUGGER_COMMAND_PTE_ATTRIBUTES
Definition commands.h:308
#define DEBUGGER_COMMAND_DUMP_ATTRIBUTES
Definition commands.h:426
#define DEBUGGER_COMMAND_DISCONNECT_ATTRIBUTES
Definition commands.h:251
#define DEBUGGER_COMMAND_TSC_ATTRIBUTES
Definition commands.h:327
#define DEBUGGER_COMMAND_K_ATTRIBUTES
Definition commands.h:408
#define DEBUGGER_COMMAND_FLUSH_ATTRIBUTES
Definition commands.h:267
#define DEBUGGER_COMMAND_S_ATTRIBUTES
Definition commands.h:374
#define DEBUGGER_COMMAND_BP_ATTRIBUTES
Definition commands.h:380
#define DEBUGGER_COMMAND_WRMSR_ATTRIBUTES
Definition commands.h:297
#define DEBUGGER_COMMAND_P_ATTRIBUTES
Definition commands.h:359
#define DEBUGGER_COMMAND_SYM_ATTRIBUTES
Definition commands.h:398
#define DEBUGGER_COMMAND_PA2VA_ATTRIBUTES
Definition commands.h:303
#define DEBUGGER_COMMAND_CPUID_ATTRIBUTES
Definition commands.h:321
#define DEBUGGER_COMMAND_REV_ATTRIBUTES
Definition commands.h:420
#define DEBUGGER_COMMAND_PMC_ATTRIBUTES
Definition commands.h:329
#define DEBUGGER_COMMAND_LISTEN_ATTRIBUTES
Definition commands.h:219
#define DEBUGGER_COMMAND_TEST_ATTRIBUTES
Definition commands.h:293
#define DEBUGGER_COMMAND_PREACTIVATE_ATTRIBUTES
Definition commands.h:406
#define DEBUGGER_COMMAND_OUTPUT_ATTRIBUTES
Definition commands.h:278
#define DEBUGGER_COMMAND_CORE_ATTRIBUTES
Definition commands.h:310
#define DEBUGGER_COMMAND_SCRIPT_ATTRIBUTES
Definition commands.h:275
#define DEBUGGER_COMMAND_RDMSR_ATTRIBUTES
Definition commands.h:299
#define DEBUGGER_COMMAND_PE_ATTRIBUTES
Definition commands.h:417
#define DEBUGGER_COMMAND_SWITCH_ATTRIBUTES
Definition commands.h:228
#define DEBUGGER_COMMAND_MSRWRITE_ATTRIBUTES
Definition commands.h:325
#define DEBUGGER_COMMAND_RESTART_ATTRIBUTES
Definition commands.h:232
#define DEBUGGER_COMMAND_SETTINGS_ATTRIBUTES
Definition commands.h:248
#define DEBUGGER_COMMAND_VA2PA_ATTRIBUTES
Definition commands.h:301
#define DEBUGGER_COMMAND_UNHIDE_ATTRIBUTES
Definition commands.h:353
#define DEBUGGER_COMMAND_STATUS_ATTRIBUTES
Definition commands.h:260
#define DEBUGGER_COMMAND_PAUSE_ATTRIBUTES
Definition commands.h:270
#define DEBUGGER_COMMAND_LOGCLOSE_ATTRIBUTES
Definition commands.h:290
#define DEBUGGER_COMMAND_G_ATTRIBUTES
Definition commands.h:222
#define DEBUGGER_COMMAND_LOGOPEN_ATTRIBUTES
Definition commands.h:287
#define DEBUGGER_COMMAND_CONNECT_ATTRIBUTES
Definition commands.h:216
#define DEBUGGER_COMMAND_E_ATTRIBUTES
Definition commands.h:371
#define DEBUGGER_COMMAND_IOIN_ATTRIBUTES
Definition commands.h:335
#define DEBUGGER_COMMAND_SYMPATH_ATTRIBUTES
Definition commands.h:395
#define DEBUGGER_COMMAND_EXCEPTION_ATTRIBUTES
Definition commands.h:339
#define DEBUGGER_COMMAND_T_ATTRIBUTES
Definition commands.h:362
#define DEBUGGER_COMMAND_HWDBG_HW_CLK_ATTRIBUTES
Definition commands.h:432
#define DEBUGGER_COMMAND_MODE_ATTRIBUTES
Definition commands.h:347
#define DEBUGGER_COMMAND_LM_ATTRIBUTES
Definition commands.h:357
#define DEBUGGER_COMMAND_SYSRET_ATTRIBUTES
Definition commands.h:345
#define DEBUGGER_COMMAND_TRACE_ATTRIBUTES
Definition commands.h:349
#define DEBUGGER_COMMAND_UNLOAD_ATTRIBUTES
Definition commands.h:273
#define DEBUGGER_COMMAND_THREAD_ATTRIBUTES
Definition commands.h:239
#define DEBUGGER_COMMAND_EPTHOOK_ATTRIBUTES
Definition commands.h:317
#define DEBUGGER_COMMAND_SLEEP_ATTRIBUTES
Definition commands.h:242
#define DEBUGGER_COMMAND_PREALLOC_ATTRIBUTES
Definition commands.h:404
#define DEBUGGER_COMMAND_EPTHOOK2_ATTRIBUTES
Definition commands.h:319
#define DEBUGGER_COMMAND_MONITOR_ATTRIBUTES
Definition commands.h:313
#define DEBUGGER_COMMAND_PRINT_ATTRIBUTES
Definition commands.h:281
#define DEBUGGER_COMMAND_START_ATTRIBUTES
Definition commands.h:230
#define DEBUGGER_COMMAND_DOT_STATUS_ATTRIBUTES
Definition commands.h:257
#define DEBUGGER_COMMAND_DR_ATTRIBUTES
Definition commands.h:333
#define DEBUGGER_COMMAND_CLEAR_ATTRIBUTES
Command's attributes.
Definition commands.h:210
#define DEBUGGER_COMMAND_SYSCALL_ATTRIBUTES
Definition commands.h:343
#define DEBUGGER_COMMAND_GU_ATTRIBUTES
Definition commands.h:429
#define DEBUGGER_COMMAND_PROCESS_ATTRIBUTES
Definition commands.h:236
#define DEBUGGER_COMMAND_KILL_ATTRIBUTES
Definition commands.h:234
#define DEBUGGER_COMMAND_I_ATTRIBUTES
Definition commands.h:365
#define DEBUGGER_COMMAND_CRWRITE_ATTRIBUTES
Definition commands.h:331
#define DEBUGGER_COMMAND_D_AND_U_ATTRIBUTES
Definition commands.h:368
#define DEBUGGER_COMMAND_CPU_ATTRIBUTES
Definition commands.h:295
#define DEBUGGER_COMMAND_MSRREAD_ATTRIBUTES
Definition commands.h:323
#define DEBUGGER_COMMAND_EVENTS_ATTRIBUTES
Definition commands.h:245
#define DEBUGGER_COMMAND_ATTACH_ATTRIBUTES
Definition commands.h:224
#define DEBUGGER_COMMAND_EXIT_ATTRIBUTES
Definition commands.h:264
#define DEBUGGER_COMMAND_EVAL_ATTRIBUTES
Definition commands.h:284
#define DEBUGGER_COMMAND_DETACH_ATTRIBUTES
Definition commands.h:226
#define DEBUGGER_COMMAND_TRACK_ATTRIBUTES
Definition commands.h:422
#define DEBUGGER_COMMAND_R_ATTRIBUTES
Definition commands.h:377
#define DEBUGGER_COMMAND_DEBUG_ATTRIBUTES
Definition commands.h:254
VOID CommandConnect(vector< string > SplitCommand, string Command)
.connect command handler
Definition connect.cpp:106
VOID CommandConnectHelp()
help of the .connect command
Definition connect.cpp:31
VOID CommandCore(vector< string > SplitCommand, string Command)
~ command handler
Definition core.cpp:46
VOID CommandCoreHelp()
help of the ~ command
Definition core.cpp:26
VOID CommandCpuHelp()
help of the cpu command
Definition cpu.cpp:20
VOID CommandCpu(vector< string > SplitCommand, string Command)
cpu command handler
Definition cpu.cpp:35
VOID CommandCpuid(vector< string > SplitCommand, string Command)
!cpuid command handler
Definition cpuid.cpp:47
VOID CommandCpuidHelp()
help of the !cpuid command
Definition cpuid.cpp:20
VOID CommandCrwriteHelp()
help of the !crwrite command
Definition crwrite.cpp:20
VOID CommandCrwrite(vector< string > SplitCommand, string Command)
!crwrite command handler
Definition crwrite.cpp:46
VOID CommandReadMemoryAndDisassemblerHelp()
help of u* d* !u* !d* commands
Definition d-u.cpp:26
VOID CommandReadMemoryAndDisassembler(vector< string > SplitCommand, string Command)
u* d* !u* !d* commands handler
Definition d-u.cpp:72
VOID CommandDebug(vector< string > SplitCommand, string Command)
.debug command handler
Definition debug.cpp:210
VOID CommandDebugHelp()
help of the .debug command
Definition debug.cpp:29
VOID CommandDetachHelp()
help of the .detach command
Definition detach.cpp:26
VOID CommandDetach(vector< string > SplitCommand, string Command)
.detach command handler
Definition detach.cpp:71
VOID CommandDisconnect(vector< string > SplitCommand, string Command)
.disconnect command handler
Definition disconnect.cpp:44
VOID CommandDisconnectHelp()
help of the .disconnect command
Definition disconnect.cpp:28
VOID CommandDrHelp()
help of the !dr command
Definition dr.cpp:20
VOID CommandDr(vector< string > SplitCommand, string Command)
!dr command handler
Definition dr.cpp:45
VOID CommandDtAndStruct(vector< string > SplitCommand, string Command)
dt and struct command handler
Definition dt-struct.cpp:427
VOID CommandStructHelp()
help of the struct command
Definition dt-struct.cpp:63
VOID CommandDtHelp()
help of the dt command
Definition dt-struct.cpp:26
VOID CommandDumpHelp()
help of the .dump command
Definition dump.cpp:36
VOID CommandDump(vector< string > SplitCommand, string Command)
.dump command handler
Definition dump.cpp:62
VOID CommandEditMemoryHelp()
help of !e* and e* commands
Definition e.cpp:26
VOID CommandEditMemory(vector< string > SplitCommand, string Command)
!e* and e* commands handler
Definition e.cpp:265
VOID CommandEptHook2(vector< string > SplitCommand, string Command)
!epthook2 command handler
Definition epthook2.cpp:48
VOID CommandEptHook2Help()
help of the !epthook2 command
Definition epthook2.cpp:20
VOID CommandEptHook(vector< string > SplitCommand, string Command)
!epthook command handler
Definition epthook.cpp:47
VOID CommandEptHookHelp()
help of the !epthook command
Definition epthook.cpp:20
VOID CommandEvalHelp()
help of the ? command
Definition eval.cpp:27
VOID CommandEval(vector< string > SplitCommand, string Command)
handler of ? command
Definition eval.cpp:196
VOID CommandEventsHelp()
help of the events command
Definition events.cpp:32
VOID CommandEvents(vector< string > SplitCommand, string Command)
events command handler
Definition events.cpp:65
VOID CommandExceptionHelp()
help of the !exception command
Definition exception.cpp:20
VOID CommandException(vector< string > SplitCommand, string Command)
!exception command handler
Definition exception.cpp:50
VOID CommandExit(vector< string > SplitCommand, string Command)
exit command handler
Definition exit.cpp:43
VOID CommandExitHelp()
help of the exit command
Definition exit.cpp:27
VOID CommandFlush(vector< string > SplitCommand, string Command)
flush command handler
Definition flush.cpp:109
VOID CommandFlushHelp()
help of the flush command
Definition flush.cpp:25
VOID CommandG(vector< string > SplitCommand, string Command)
handler of g command
Definition g.cpp:93
VOID CommandGHelp()
help of the g command
Definition g.cpp:28
VOID CommandGu(vector< string > SplitCommand, string Command)
handler of gu command
Definition gu.cpp:51
VOID CommandGuHelp()
help of the gu command
Definition gu.cpp:29
VOID CommandHide(vector< string > SplitCommand, string Command)
!hide command handler
Definition hide.cpp:60
VOID CommandHideHelp()
help of the !hide command
Definition hide.cpp:34
VOID CommandHwClkHelp()
help of the !hw_clk command
Definition hw_clk.cpp:28
VOID CommandHwClk(vector< string > SplitCommand, string Command)
!hw_clk command handler
Definition hw_clk.cpp:46
VOID CommandIHelp()
help of the i command
Definition i.cpp:27
VOID CommandI(vector< string > SplitCommand, string Command)
handler of i command
Definition i.cpp:55
VOID CommandInterruptHelp()
help of the !interrupt command
Definition interrupt.cpp:20
VOID CommandInterrupt(vector< string > SplitCommand, string Command)
!interrupt command handler
Definition interrupt.cpp:48
VOID CommandIoin(vector< string > SplitCommand, string Command)
!ioin command handler
Definition ioin.cpp:47
VOID CommandIoinHelp()
help of the !ioin command
Definition ioin.cpp:20
VOID CommandIooutHelp()
help of the !ioout command
Definition ioout.cpp:20
VOID CommandIoout(vector< string > SplitCommand, string Command)
!ioout command handler
Definition ioout.cpp:47
VOID CommandK(vector< string > SplitCommand, string Command)
k command handler
Definition k.cpp:55
VOID CommandKHelp()
help of the k command
Definition k.cpp:26
VOID CommandKillHelp()
help of the .kill command
Definition kill.cpp:26
VOID CommandKill(vector< string > SplitCommand, string Command)
.kill command handler
Definition kill.cpp:41
VOID CommandListenHelp()
help of the listen command
Definition listen.cpp:29
VOID CommandListen(vector< string > SplitCommand, string Command)
listen command handler
Definition listen.cpp:53
VOID CommandLmHelp()
help of the lm command
Definition lm.cpp:27
VOID CommandLm(vector< string > SplitCommand, string Command)
handle lm command
Definition lm.cpp:385
VOID CommandLoad(vector< string > SplitCommand, string Command)
load command handler
Definition load.cpp:46
VOID CommandLoadHelp()
help of the load command
Definition load.cpp:28
VOID CommandLogclose(vector< string > SplitCommand, string Command)
.logclose command handler
Definition logclose.cpp:41
VOID CommandLogcloseHelp()
help .logclose command
Definition logclose.cpp:26
VOID CommandLogopen(vector< string > SplitCommand, string Command)
.logopen command handler
Definition logopen.cpp:43
VOID CommandLogopenHelp()
help of the .logopen command
Definition logopen.cpp:28
VOID CommandMeasure(vector< string > SplitCommand, string Command)
!measure command handler
Definition measure.cpp:53
VOID CommandMeasureHelp()
help of the !measure command
Definition measure.cpp:33
VOID CommandModeHelp()
help of the !mode command
Definition mode.cpp:20
VOID CommandMode(vector< string > SplitCommand, string Command)
!mode command handler
Definition mode.cpp:48
VOID CommandMonitorHelp()
help of the !monitor command
Definition monitor.cpp:20
VOID CommandMonitor(vector< string > SplitCommand, string Command)
!monitor command handler
Definition monitor.cpp:61
VOID CommandMsrreadHelp()
help of the !msrread command
Definition msrread.cpp:20
VOID CommandMsrread(vector< string > SplitCommand, string Command)
!msrread command handler
Definition msrread.cpp:46
VOID CommandMsrwriteHelp()
help of the !msrwrite command
Definition msrwrite.cpp:20
VOID CommandMsrwrite(vector< string > SplitCommand, string Command)
!msrwrite command handler
Definition msrwrite.cpp:46
VOID CommandOutputHelp()
help of the output command
Definition output.cpp:26
VOID CommandOutput(vector< string > SplitCommand, string Command)
output command handler
Definition output.cpp:54
VOID CommandP(vector< string > SplitCommand, string Command)
handler of p command
Definition p.cpp:52
VOID CommandPHelp()
help of the p command
Definition p.cpp:27
VOID CommandPa2vaHelp()
help of the !pa2va command
Definition pa2va.cpp:26
VOID CommandPa2va(vector< string > SplitCommand, string Command)
!pa2va command handler
Definition pa2va.cpp:48
VOID CommandPageinHelp()
help of the .pagein command
Definition pagein.cpp:26
VOID CommandPagein(vector< string > SplitCommand, string Command)
.pagein command handler
Definition pagein.cpp:264
VOID CommandPause(vector< string > SplitCommand, string Command)
pause command handler
Definition pause.cpp:71
VOID CommandPauseHelp()
help of the pause command
Definition pause.cpp:27
VOID CommandPe(vector< string > SplitCommand, string Command)
.pe command handler
Definition pe.cpp:43
VOID CommandPeHelp()
help of the .pe command
Definition pe.cpp:22
VOID CommandPmcHelp()
help of the !pmc command
Definition pmc.cpp:20
VOID CommandPmc(vector< string > SplitCommand, string Command)
!pmc command handler
Definition pmc.cpp:45
VOID CommandPreactivate(vector< string > SplitCommand, string Command)
preactivate command handler
Definition preactivate.cpp:42
VOID CommandPreactivateHelp()
help of the preactivate command
Definition preactivate.cpp:20
VOID CommandPreallocHelp()
help of the prealloc command
Definition prealloc.cpp:20
VOID CommandPrealloc(vector< string > SplitCommand, string Command)
prealloc command handler
Definition prealloc.cpp:54
VOID CommandPrint(vector< string > SplitCommand, string Command)
handler of print command
Definition print.cpp:46
VOID CommandPrintHelp()
help of the print command
Definition print.cpp:28
VOID CommandProcessHelp()
help of the .process command
Definition process.cpp:25
VOID CommandProcess(vector< string > SplitCommand, string Command)
.process command handler
Definition process.cpp:56
VOID CommandPteHelp()
help of the !pte command
Definition pte.cpp:26
VOID CommandPte(vector< string > SplitCommand, string Command)
!pte command handler
Definition pte.cpp:91
VOID CommandRHelp()
help of the r command
Definition r.cpp:151
VOID CommandR(std::vector< std::string > SplitCommand, std::string Command)
handler of r command
Definition r.cpp:414
VOID CommandRdmsr(vector< string > SplitCommand, string Command)
rdmsr command handler
Definition rdmsr.cpp:114
VOID CommandRdmsrHelp()
help of the rdmsr command
Definition rdmsr.cpp:20
VOID CommandRestart(vector< string > SplitCommand, string Command)
.restart command handler
Definition restart.cpp:46
VOID CommandRestartHelp()
help of the .restart command
Definition restart.cpp:29
VOID CommandRev(vector< string > SplitCommand, string Command)
!rev command handler
Definition rev.cpp:51
VOID CommandRevHelp()
help of the !rev command
Definition rev.cpp:28
VOID CommandSearchMemoryHelp()
help of !s* s* commands
Definition s.cpp:26
VOID CommandSearchMemory(vector< string > SplitCommand, string Command)
!s* s* commands handler
Definition s.cpp:138
VOID CommandScriptHelp()
help of the .script command
Definition script.cpp:27
VOID CommandScript(vector< string > SplitCommand, string Command)
.script command handler
Definition script.cpp:268
VOID CommandSettingsHelp()
help of the settings command
Definition settings.cpp:29
VOID CommandSettings(vector< string > SplitCommand, string Command)
settings command handler
Definition settings.cpp:544
VOID CommandSleep(vector< string > SplitCommand, string Command)
sleep command help
Definition sleep.cpp:37
VOID CommandSleepHelp()
help of the sleep command
Definition sleep.cpp:20
VOID CommandStart(vector< string > SplitCommand, string Command)
.start command handler
Definition start.cpp:45
VOID CommandStartHelp()
help of the .start command
Definition start.cpp:27
VOID CommandStatus(vector< string > SplitCommand, string Command)
.status and status command handler
Definition status.cpp:50
VOID CommandStatusHelp()
help of the .status command
Definition status.cpp:31
VOID CommandSwitch(vector< string > SplitCommand, string Command)
.switch command handler
Definition switch.cpp:49
VOID CommandSwitchHelp()
help of the .switch command
Definition switch.cpp:26
VOID CommandSym(vector< string > SplitCommand, string Command)
.sym command handler
Definition sym.cpp:55
VOID CommandSymHelp()
help of the .sym command
Definition sym.cpp:26
VOID CommandSympathHelp()
help of the .sympath command
Definition sympath.cpp:24
VOID CommandSympath(vector< string > SplitCommand, string Command)
.sympath command handler
Definition sympath.cpp:44
VOID CommandSyscallAndSysret(vector< string > SplitCommand, string Command)
!syscall, !syscall2 and !sysret, !sysret2 commands handler
Definition syscall-sysret.cpp:84
VOID CommandSysretHelp()
help of the !sysret command
Definition syscall-sysret.cpp:54
VOID CommandSyscallHelp()
help of the !syscall command
Definition syscall-sysret.cpp:20
VOID CommandTHelp()
help of the t command
Definition t.cpp:27
VOID CommandT(vector< string > SplitCommand, string Command)
handler of t command
Definition t.cpp:52
VOID CommandTest(vector< string > SplitCommand, string Command)
test command handler
Definition test.cpp:364
VOID CommandTestHelp()
help of the test command
Definition test.cpp:25
VOID CommandThread(vector< string > SplitCommand, string Command)
.thread command handler
Definition thread.cpp:119
VOID CommandThreadHelp()
help of the .thread command
Definition thread.cpp:25
VOID CommandTraceHelp()
help of the !trace command
Definition trace.cpp:20
VOID CommandTrace(vector< string > SplitCommand, string Command)
!trace command handler
Definition trace.cpp:50
VOID CommandTrack(vector< string > SplitCommand, string Command)
handler of !track command
Definition track.cpp:59
VOID CommandTrackHelp()
help of the !track command
Definition track.cpp:36
VOID CommandTsc(vector< string > SplitCommand, string Command)
handler of !tsc command
Definition tsc.cpp:45
VOID CommandTscHelp()
help of the !tsc command
Definition tsc.cpp:20
VOID CommandUnhideHelp()
help of the !unhide command
Definition unhide.cpp:20
VOID CommandUnhide(vector< string > SplitCommand, string Command)
!unhide command handler
Definition unhide.cpp:38
VOID CommandUnloadHelp()
help of the unload command
Definition unload.cpp:28
VOID CommandUnload(vector< string > SplitCommand, string Command)
unload command handler
Definition unload.cpp:48
VOID CommandVa2pa(vector< string > SplitCommand, string Command)
!va2pa command handler
Definition va2pa.cpp:49
VOID CommandVa2paHelp()
help of the !va2pa command
Definition va2pa.cpp:26
VOID CommandVmcall(vector< string > SplitCommand, string Command)
!vmcall command handler
Definition vmcall.cpp:45
VOID CommandVmcallHelp()
help of the !vmcall command
Definition vmcall.cpp:20
VOID CommandWrmsrHelp()
help of the wrmsr command
Definition wrmsr.cpp:20
VOID CommandWrmsr(vector< string > SplitCommand, string Command)
wrmsr command handler
Definition wrmsr.cpp:42
VOID CommandX(vector< string > SplitCommand, string Command)
x command handler
Definition x.cpp:40
VOID CommandXHelp()
help of the x command
Definition x.cpp:20