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
748 stars 90 forks source link

Fix: Fixed Python types for Windows #183

Closed Hypnootika closed 6 months ago

Hypnootika commented 6 months ago

Due to Windows having unsigned long long compared to other OSes having unsigned long, the decision was made to use "n" aka. Py_ssize_T