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
784 stars 91 forks source link

Create shared library by default #77

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

Statically linking libmem would result in a binary that is a little too big. To mitigate that problem, it is better to dynamically link libmem from a shared library.

rdbo commented 1 year ago

Done: 6cd29976720927974eee8b81d1f94416458ec967