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

Consider better typedef for lm_bool_t #198

Closed rdbo closed 4 months ago

rdbo commented 4 months ago

For instance: typedef enum { LM_FALSE, LM_TRUE } lm_bool_t

rdbo commented 4 months ago

done