subeoy1

Results 2 comments of subeoy1

bool MEM::FixCr3() { PVMMDLL_MAP_MODULEENTRY module_entry = NULL; bool result = VMMDLL_Map_GetModuleFromNameU(this->vmm_handle, this->PID, const_cast(client11().c_str()), &module_entry, NULL); if (result) return true; if (!VMMDLL_InitializePlugins(this->vmm_handle)) { return false; } std::this_thread::sleep_for(std::chrono::milliseconds(500)); while (true) { DWORD...

Read VMMhandle directly from memory. Discard calling VMMDLL_Sap_GetModulus FromNameUodelU again. Avoid dumping files. Because you have already called DMA once during installation