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) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
830 stars 101 forks source link

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

Open rdbo opened 6 months ago

rdbo commented 6 months 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