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
797 stars 96 forks source link

Avoid unnecessary use of assembler/disassembler #230

Closed rdbo closed 3 months ago

rdbo commented 3 months ago

E.g it's not necessary to use the assembler to generate hook code

rdbo commented 3 months ago

Done