No project description provided
Project description
Memkit
Memkit is game hacking library for Direct Memory Access (DMA)
Example
from memkit import Memory
mem = Memory('ac_client.exe')
module = mem.get_module('ac_client.exe')
health_address = mem.find_chain(module.base + 0x0018AC00, [0xEC])
mem.write(health_address, 1337)
health = mem.read(health_address, 'i32')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
memkit-0.0.3.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memkit-0.0.3.tar.gz.
File metadata
- Download URL: memkit-0.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91e685e34fe460a832a7987fcfb09926d5aa99f544f2959932d062ec9a4ccb4
|
|
| MD5 |
a76d7584475daa92d95b784a5477f3d7
|
|
| BLAKE2b-256 |
ef0f2b767cfed3ae00faa425d3dc2a6559e3cde0dcd09abf4a08c0e533ed9753
|
File details
Details for the file memkit-0.0.3-py3-none-any.whl.
File metadata
- Download URL: memkit-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3926ca652c18dd317084eee5c40b3adf6ba50f9d17f13815f8d202711223336
|
|
| MD5 |
6413069fad21813df7e4555ff84e4373
|
|
| BLAKE2b-256 |
b41746f0ebafed86136535c04879dfa18ffeb1e873aec1faf654686db65d6c52
|