HMODULE hNTDLL = GetModuleHandle(L"NTDLL.DLL"); FARPROC fnZwSetInformationThread = GetProcAddress(hNTDLL, "ZwSetInformationThread"); (ZwSetInformationThread)(GetCurrentThread(), 0X11, NULL, 0); while (true) { GetCurrentProcessId(); Sleep(1000); }
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课
hzqst 参数给上啊,给NULL什么意思?让内核自己猜吗?