ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3.04k stars 372 forks source link

VM-supported versions #324

Open xiaobaixuejava opened 4 days ago

xiaobaixuejava commented 4 days ago

I don't know which versions of VM virtual machine are supported, and I was able to use version 15.5, but when I downgraded to version 12, it displayed an initialization failure.

ufrisk commented 4 days ago

I haven't tested this on older versions. If you find out which version that will work currently please let me know and I'll update the documentation.

I'll update the documentation to mention 15.5.

xiaobaixuejava commented 3 days ago

byte_value = memory.read(addr5, 10)

name = byte_value.decode('utf-16').rstrip('\x00')

print( memory.read_type(addr5,"u16"))

May I ask, the above two pieces of code, the first can read out the memory saved name, but the second read out can not be returned is a number, which is why