#ifndef _NTWOW64_H // // Get the 32-bit TEB without doing a memory reference. // #define WOW64_GET_TEB32(teb64) ((PTEB32)(PVOID)RtlOffsetToPointer((teb64), WOW64_ROUND_TO_PAGES(sizeof(TEB)))) #endif View code on GitHub
No description available.