Closed subeoy1 closed 3 months ago
You may use: VMMDLL_ConfigSet(VMMDLL_OPT_REFRESH_ALL, 1);
https://github.com/ufrisk/MemProcFS/blob/5a50667933c87f542e9bd34f7d438b8603e29bc0/vmm/vmmdll.h#L227
does this work without re-initializing all the plugins and just refresh the dtb.txt?
VMMDLL_VfsReadW(this->vmm_handle, const_cast(L"\misc\procinfo\dtb.txt"), bytes.get(), buffer_size - 1, &j, 0);
What should I do to clear the cache of this file before he goes to read it? I found your VMM The H function library cannot be found