Memkit is game hacking library for Direct Memory Access (DMA)
Project description
Memkit
Memkit is game hacking library for Direct Memory Access (DMA)
A detailed usage guide is available on Docs section of the Wiki.
Feature
- Get module address
- Find chain
- Read memory
- Write memory
- Patch binary
- Nop binary
- Pattern scan
Install
You can install memkit with pip as following:
pip install memkit
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-1.1.1.tar.gz
(3.8 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-1.1.1.tar.gz.
File metadata
- Download URL: memkit-1.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd9c015b04d13c53dc52dd496e8fa4706c13ca3bab2fbdcdefeaae21b257d450
|
|
| MD5 |
c60efde23902e691e36e09da124df697
|
|
| BLAKE2b-256 |
592b8963922ca7c82d9f1f123730e1d04ce90664e5b54674c11704a68eb4a509
|
File details
Details for the file memkit-1.1.1-py3-none-any.whl.
File metadata
- Download URL: memkit-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
cc068ce148b812f6c2f8549c0f580ff4decbbeef7177faf94edc637317522209
|
|
| MD5 |
f2a55c29c86e7f06fb58e2c72e89d858
|
|
| BLAKE2b-256 |
c0f3b69db71505b095d83b5c3e232fb45d6f2da25d4bdac77dbe155d75bd8532
|