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

Copy name to structs lm_process_t and lm_module_t or find a fix #89

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

Using a pointer to do that won't work, because it will be pointing to another address after you copy that structure. The name should be stored as well.

rdbo commented 1 year ago

Done: 89795c71de31b16054c809cf8e7e03603759ece9