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

Maybe clean up types after unloading them #163

Closed rdbo closed 6 months ago

rdbo commented 7 months ago

For example, after a LM_UnloadModule(Ex), maybe libmem should make the lm_module_t instance invalid by setting its values to LM_ADDRESS_BAD, LM_NULLPTR, etc

rdbo commented 6 months ago

I no longer think this is necessary