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

Rearrange hooking functions #87

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

libmem functions are declared like this

some_function
some_function_ex

another_function
another_function_ex

The hooking functions are looking like this:

LM_HookCode
LM_UnhookCode

LM_HookCodeEx
LM_UnhookCodeEx
rdbo commented 1 year ago

Done: e0348a884d3f9b9f5cff584cd9ce045ac0dbd2f3