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
738 stars 90 forks source link

Windows LM_LoadModuleEx doesn't return module #242

Open llyama opened 1 week ago

llyama commented 1 week ago

The LM_LoadModuleEx implementation for Windows doesn't set the module_out parameter to anything.

rdbo commented 1 week ago

Funny that the unit tests didn't catch this image Well spotted, thanks