HMODULE hNTDLL = GetModuleHandle(L"NTDLL.DLL"); FARPROC fnZwSetInformationThread = GetProcAddress(hNTDLL, "ZwSetInformationThread"); (ZwSetInformationThread)(GetCurrentThread(), 0X11, NULL, 0); while (true) { GetCurrentProcessId(); Sleep(1000); }
[培训]传播安全知识、拓宽行业人脉——看雪讲师团队等你加入!
hzqst 参数给上啊,给NULL什么意思?让内核自己猜吗?