Open Alan-Jowett opened 2 weeks ago
The issue is that cxplat_get_current_processor_number calls KeGetCurrentProcessorIndex, which is an inline function that expands to:
return __readgsdword(0x1a4);
Which doesn't work when running in user mode.
The issue is that cxplat_get_current_processor_number calls KeGetCurrentProcessorIndex, which is an inline function that expands to:
Which doesn't work when running in user mode.