ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3.16k stars 383 forks source link

What should I do to clear #310

Closed subeoy1 closed 3 months ago

subeoy1 commented 3 months ago

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

ufrisk commented 3 months ago

You may use: VMMDLL_ConfigSet(VMMDLL_OPT_REFRESH_ALL, 1);

https://github.com/ufrisk/MemProcFS/blob/5a50667933c87f542e9bd34f7d438b8603e29bc0/vmm/vmmdll.h#L227

dolodi commented 2 months ago

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