pkg for auto update offsets
Project description
Python pkg for HazeDumper
Install
pip install hazedumper
Example
import pymem
import pymem.process
from hazedumper import \
dwLocalPlayer, m_iHealth
def main():
pm = pymem.Pymem("csgo.exe")
client = pymem.process.module_from_name(pm.process_handle, "client.dll").lpBaseOfDll
player = pm.read_int(client + dwLocalPlayer) #get local player
health = pm.read_int(player + m_iHealth) #get health
print(health) #output: 100
if __name__ == '__main__':
main()
by @cxldxice with вќ¤
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hazedumper-1.0.1.tar.gz
(3.8 kB
view details)
File details
Details for the file hazedumper-1.0.1.tar.gz
.
File metadata
- Download URL: hazedumper-1.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 796588083586ea57767e100af9a916eb78b074b07db59768a0469236958f6b19 |
|
MD5 | 7f170b82167310c2b3c589e9728abc5b |
|
BLAKE2b-256 | 4db99f5cd4850ce696344514dd8da8ee68fbf97c55b01112a42d97bf6cd578dd |