How to fetch processor CPU flags in C# .net ?
I am particularly looking for VMX bit/flag.
Perhaps writing a .NET-accessible wrapper around __cpuid?
Look at the WinRing0 library.