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
764 stars 92 forks source link

Remove LM_EnumSymbolsEx #95

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

There is no need to have a function for enumerating symbols that needs a lm_process_t *. The struct lm_module_t stores the module path and base address, which is everything you need to enumerate and resolve symbols.

rdbo commented 1 year ago

Done: f57f948ee836b12593498586418e37c6407253ed