This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <stdio.h> | |
typedef struct ldr_data_entry | |
{ | |
LIST_ENTRY LinkedList; | |
LIST_ENTRY UnusedList; | |
PVOID BaseAddress; | |
PVOID Reserved2[1]; |