#ifndef _NTWOW64_H typedef struct _PEB32_WITH_WOW64INFO { PEB32 Peb32; WOW64INFO Wow64Info; } PEB32_WITH_WOW64INFO, *PPEB32_WITH_WOW64INFO; #endif View code on GitHub
No description available.