As NtQuerySystemInformation is not encouraged to be used by Microsoft, I am looking for alternatives to display spectre and meltdown mitigation options set on the OS.
Asked
Active
Viewed 143 times
1 Answers
0
As the documentation for NtQuerySystemInformation explains:
Applications should use the alternate functions listed in this topic.
Neither the SystemKernelVaShadowInformation entry, nor the SystemSpeculationControlInformation entry list alternate functions, so there is nothing you can do to avoid calling NtQuerySystemInformation
while still using the functionality it offers.

IInspectable
- 46,945
- 8
- 85
- 181