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
807 stars 98 forks source link

Faster way of external scanning, somehow #59

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

The scan functions are taking a little too long to scan. There must be a way of speeding them up, somehow. Maybe reading a larger chunk of memory and treating it.

rdbo commented 1 year ago

This was only seeming slow because the module for test1 was too big (statically linking against libmem)