HMODULE hNTDLL = GetModuleHandle(L"NTDLL.DLL"); FARPROC fnZwSetInformationThread = GetProcAddress(hNTDLL, "ZwSetInformationThread"); (ZwSetInformationThread)(GetCurrentThread(), 0X11, NULL, 0); while (true) { GetCurrentProcessId(); Sleep(1000); }
[培训]科锐逆向工程师培训第53期2025年7月8日开班!
hzqst 参数给上啊,给NULL什么意思?让内核自己猜吗?