Memkit is game hacking library for Direct Memory Access (DMA)
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.2.tar.gz
(2.2 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.2.tar.gz.
File metadata
- Download URL: memkit-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b88a0369791547491b192963b06c612dd4655cd7ff296d526208d3b9ebb45fe3
|
|
| MD5 |
d46327c41a60bf0cf5bdb2c860fc5055
|
|
| BLAKE2b-256 |
0ddf331b98b5554f59be8a87fb51368ee2479444483891e41961e9cb4144c3db
|
File details
Details for the file memkit-0.0.2-py3-none-any.whl.
File metadata
- Download URL: memkit-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.2 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 |
b9ca3cba15d8e750ddffb0b3072f2db61e40c8619774442c49d4fe61d1868eb0
|
|
| MD5 |
dc2ac476fa16f077dd7b58614d90ec36
|
|
| BLAKE2b-256 |
d66dddeb514207dc45680dcb29111cf2717fcdd93c075f168926a2320c9822e8
|