ufrisk/MemProcFS

What should I do to clear

Closed this issue · 2 comments

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

You may use: VMMDLL_ConfigSet(VMMDLL_OPT_REFRESH_ALL, 1);

#define VMMDLL_OPT_REFRESH_ALL 0x2001ffff00000000 // W - refresh all caches

does this work without re-initializing all the plugins and just refresh the dtb.txt?