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

Don't assume BSD == FreeBSD #187

Closed rdbo closed 1 month ago

rdbo commented 4 months ago

Right now libmem supports "BSD", and assumes that it is FreeBSD. The BSDs are all different from each other and should not be generalized

rdbo commented 1 month ago

This is done already