A Python library for reading and writing the memory of an emulated game in Dolphin. https://pypi.org/project/sup-dolphin-memory-lib/
Find a file
nerduminer 35a716630f Add Linux Support
Added a separate memtest python file that uses linux syscalls to read and write to memory. Due to permissions on linux dolphin-memory-lib needs to be ran as sudo as of now.
2021-09-16 22:05:49 -04:00
ctypes.txt Initial commit 2021-09-16 09:13:53 +02:00
memtest.py Add write float 2021-09-16 14:29:49 +02:00
memtest_lin.py Add Linux Support 2021-09-16 22:05:49 -04:00
README.md Initial commit 2021-09-16 08:40:00 +02:00
run.bat Initial commit 2021-09-16 09:13:53 +02:00
run.sh Add Linux Support 2021-09-16 22:05:49 -04:00

dolphin-memory-lib

A Python library for reading and writing the memory of an emulated game in Dolphin.