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

TODO: Parse /proc/<pid>/stat instead of /proc/<pid>/status #88

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

The /proc/<pid>/stat file is significantly smaller (therefore faster to read) than /proc/<pid>/status and contains pretty much everything you need to know.

rdbo commented 1 year ago

Done: 086d7c6f451206c05e23fba2c6da3e8a6d25e4fd