But,...I really did have a question: Have any of you ever traversed the Loaded Module Database, by using just pointers to the TEB, and then the PEB, and then, the InMemoryOrderModuleList (which is a LIST_ENTRY that points to a LDR_DATA_TABLE_ENTRY structure) ??? I don't absolute...
Structure typedefstruct_LDR_DATA_TABLE_ENTRY{LIST_ENTRYInLoadOrderLinks;/* 0x00 */LIST_ENTRYInMemoryOrderLinks;/* 0x08 */LIST_ENTRYInInitializationOrderLinks;/* 0x10 */PVOIDDllBase;/* 0x18 */PVOIDEntryPoint;/* 0x1C */ULONGSizeOfImage;/* 0x20 */UNICODE_STRINGFullDllName;/* 0x24 */...