MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetInMemoryOrderModuleList

Function GetInMemoryOrderModuleList

Source/Client/NM_Engine/ApiSetMap.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52PPEB_LDR_DATA GetInMemoryOrderModuleList()
53{
54 return (PPEB_LDR_DATA)GetProcessEnvironmentBlock()->pLdr->InMemoryOrderModuleList.Flink;
55}
56
57PWCHAR GetRedirectedName(const PWSTR wszImportingModule, const PWSTR wszVirtualModule, SIZE_T* stSize)
58{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected