#ifndef _NTLDR_H // private typedef struct _LDR_PATCH_TABLE { ULONG_PTR Version; PVOID LdrLoadDll; PVOID LdrGetProcedureAddress; } LDR_PATCH_TABLE, *PLDR_PATCH_TABLE; #endif View code on GitHub
No description available.