#ifndef _NTWOW64_H #if (PHNT_MODE != PHNT_MODE_KERNEL) #ifdef _M_X64 #define NtCurrentPeb32() ((PPEB32)(UlongToPtr((NtCurrentTeb32()->ProcessEnvironmentBlock)))) #endif #endif #endif View code on GitHub
No description available.