cpu
cpu
Shows the currently supported technologies on the processor based on the details provided by cpuid
instruction.
None
The following examples show a sample of cpu
results.
HyperDbg> cpu​vendor : GenuineIntelbrand : Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz​3DNOW not supported3DNOWEXT not supportedABM not supportedADX supportedAES supportedAVX supportedAVX2 supportedAVX512CD not supportedAVX512ER not supported...
This function is completely a user-mode function. There is not kernel IOCTL for it.
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.
None
None