ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3.07k stars 375 forks source link

Can add VMM.DLL only read memory mode? #325

Open xb0or opened 3 weeks ago

xb0or commented 3 weeks ago

write memory is not safe

ufrisk commented 3 weeks ago

If you don't wish to write memory, then don't write memory?

MemProcFS does not write memory by itself. It requires user-action.

But yeah, I guess I can add a -read-only startup argument in next update.

xb0or commented 3 weeks ago

If you don't wish to write memory, then don't write memory?

MemProcFS does not write memory by itself. It requires user-action.

But yeah, I guess I can add a -read-only startup argument in next update.

Thank you for answering my question. I am concerned that other software may secretly write to memory after calling vmm.dll. Is the -read-only startup parameter effective against calls from other software? If possible, could a read-only code version of vmm.dll be released?
(I'm trying to remove the write operation from the source code, but I haven't been successful so far.)

ufrisk commented 3 weeks ago

I'm not going to create a separate binary.

Besides, even if I were to do such a thing there is nothing preventing other software from bringing their own write-capable version anyway so it wouldn't do anything at all...