| 8 | #include "ReflectiveDLLRefresher\src\ApiSetMap.h" |
| 9 | |
| 10 | CManualMap::CManualMap() |
| 11 | { |
| 12 | // ok // process, kernel32, kernelbase, ntdll, user32, ws2_32 |
| 13 | // next // anticheat, wow64cpu, msvcrt, win32u, psapi, winsta, gdi32, advapi32, wininet, iphlpapi, winmm |
| 14 | // opt // d3d8, d3d9, d3d10, d3d11, d3d12, vulcan, opengl modules |
| 15 | } |
| 16 | |
| 17 | std::shared_ptr <SMappedModuleInfo> CManualMap::GetMappedModuleInformations(HMODULE hTargetModule) |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected