#ifndef _NTIMAGE_H #include <pshpack4.h> typedef struct _IMAGE_DEBUG_POGO_ENTRY { ULONG Rva; ULONG Size; CHAR Name[1]; } IMAGE_DEBUG_POGO_ENTRY, *PIMAGE_DEBUG_POGO_ENTRY; #include <poppack.h> #endif View code on GitHub
No description available.