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
784 stars 91 forks source link

Change lm_address_t to some integer type #86

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

It's very convenient to do math operations with addresses. With that in mind, lm_address_t should become some type of integer, probably lm_uintptr_t.

rdbo commented 1 year ago

Done: a1ac9807d1558089380854e4dedb26434952b3b6