Python Dolphin Memory Engine
A python library designed to read and write the emulated memory of the Dolphin emulator during runtime.
Binary wheels are available on pypi for Python 3.8 to 3.12. Use python -m pip install dolphin-memory-engine.
System requirements
Any x86_64 based system should work, however, Mac OS is not supported. Additionally, 32-bit x86 based systems are unsupported since Dolphin dropped their support.
You need to have Dolphin running and have the emulation started for this program to be useful. As such, the system must meet Dolphin's system requirements. Additionally, at least 250 MB of free memory is required.
If it doesn't work, verify that you do not have the nosuid mount flag on your /etc/fstab as it can cause this command to silently fail.
License
This program is licensed under the MIT license which grants you the permission to do anything you wish to with the software, as long as you preserve all copyright notices. (See the file LICENSE for the legal text.)
Development Help
To compile the extension in debug:
python3 -m venv venv
source venv/bin/activate
python -m pip install Cython pytest
python setup.py build_ext -g --inplace --force
python -m pytest
Release files for dolphin-memory-engine 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dolphin_memory_engine-1.3.1.tar.gz | 142.3 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| dolphin_memory_engine-1.3.1-cp39-abi3-win_amd64.whl | CPython 3.9 | abi3 | Windows x86-64 | Details |
| dolphin_memory_engine-1.3.1-cp39-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.9 | abi3 | Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 | Details |
| dolphin_memory_engine-1.3.1-cp39-abi3-macosx_11_0_arm64.whl | CPython 3.9 | abi3 | macOS 11.0+ ARM64 | Details |
| dolphin_memory_engine-1.3.1-cp39-abi3-macosx_10_9_x86_64.whl | CPython 3.9 | abi3 | macOS 10.9+ x86-64 | Details |
Total release size: 846.0 kB
Release files / dolphin_memory_engine-1.3.1.tar.gz
| Download URL | dolphin_memory_engine-1.3.1.tar.gz |
|---|---|
| Size | 142.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1c26e32cc4d5210fa5fc9190eef93c88d3e02620ca87a22bfbd87a6bc62e2bdb
|
|
BLAKE2b-256 checksum How to use checksums |
42a770feadcc8c27b6a6c8db52f9d2dffd2858e75fbda0ea4bb38d5223f64d6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 29, 2026.
Transparency logRelease files / dolphin_memory_engine-1.3.1-cp39-abi3-win_amd64.whl
| Download URL | dolphin_memory_engine-1.3.1-cp39-abi3-win_amd64.whl |
|---|---|
| Size | 145.8 kB |
| Tags | CPython 3.9 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
3fd134e252f13275579056cd39cffd36591758e325346fc0ef501fcd189355e7
|
|
BLAKE2b-256 checksum How to use checksums |
e56f1745eb9be1dd491c2adf8314ff0957ca38a73a35c72b28a360168ef539af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 29, 2026.
Transparency logRelease files / dolphin_memory_engine-1.3.1-cp39-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | dolphin_memory_engine-1.3.1-cp39-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 365.7 kB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
82501761df7f8c56064d84822b0179c0f198f5b5b15fdcae829443a05fd28a86
|
|
BLAKE2b-256 checksum How to use checksums |
21cdcb34d31111f43c49627c86ecf53d0cfa3cd5c54a52c9f9aea90fd8db9eee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 29, 2026.
Transparency logRelease files / dolphin_memory_engine-1.3.1-cp39-abi3-macosx_11_0_arm64.whl
| Download URL | dolphin_memory_engine-1.3.1-cp39-abi3-macosx_11_0_arm64.whl |
|---|---|
| Size | 95.2 kB |
| Tags | CPython 3.9 abi3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
bdc474055c66eb443dd57592a6d4e76a82d6a0ee4a45139219193c9deec9c96b
|
|
BLAKE2b-256 checksum How to use checksums |
e59b6dc4c8cfb382bf33513ca30139e6b83e058fb2167784d9893828e71033e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 29, 2026.
Transparency logRelease files / dolphin_memory_engine-1.3.1-cp39-abi3-macosx_10_9_x86_64.whl
| Download URL | dolphin_memory_engine-1.3.1-cp39-abi3-macosx_10_9_x86_64.whl |
|---|---|
| Size | 96.9 kB |
| Tags | CPython 3.9 abi3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
fb960edc57869aac3c54ab93e789e29a6ab29f632c0839b5fef559cf2ed8dc05
|
|
BLAKE2b-256 checksum How to use checksums |
a86dd831141b48edfdc5f90e3d3b6b16646cae962646db168a93294795186b42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 29, 2026.
Transparency log