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
764 stars 92 forks source link

Add fix for Flatpaks and others #128

Closed rdbo closed 10 months ago

rdbo commented 1 year ago

Some applications mess up with /proc/<pid>/maps, like Flatpak. For example, the maps file of a Flatpak points to a "virtual" directory that doesn't really exist: /app. There should be a way to resolve this to a real path.

rdbo commented 10 months ago

This has been fixed