cpu (check cpu supported technologies)
Description of the 'cpu' command in HyperDbg.
Command
cpu
Syntax
cpu
Description
Shows the currently supported technologies on the processor based on the details provided by cpuid
instruction.
Parameters
None
Examples
The following examples show a sample of cpu
results.
IOCTL
This function is completely a user-mode function. There is not kernel IOCTL for it.
Remarks
If you didn't attach to any remote sessions, it would show the current system's details.
This command will continue the debuggee for some time (in Debugger Mode). This means that you lose the current context (registers & memory) after executing this command.
Requirements
None
Related
None
Last updated