rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
738 stars 90 forks source link

Add helper functions for Python to avoid manual unpacking all the time #222

Open rdbo opened 1 month ago

rdbo commented 1 month ago

When reading memory in Python, the function will return an array of bytes It's annoying to unpack it into a Python value all the time, so there should be a helper function to do that