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

Add basic debug logging #221

Open rdbo opened 1 month ago

rdbo commented 1 month ago

This will make it easier to find crashes and problems when debugging

rdbo commented 1 month ago

To enable debugging, LIBMEM_DEBUG should be defined. FreeBSD's ptrace.c is already using some debug logging.