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

Remove mounting procfs in FreeBSD on README #207

Closed rdbo closed 1 month ago

rdbo commented 3 months ago

Mounting procfs is no longer necessary (5.0)

rdbo commented 2 months ago

It may be necessary for /proc/<pid>/mem

rdbo commented 1 month ago

This is still necessary for reading/writing memory.