Registry / other / libmem

libmem

JSON →
library5.1.5vcpkgunverified

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)

vcpkg install libmem
INSTALL
IMPORT
SIG · LIBMEM
L
libmem
othercppv5.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libmem/libmem.hpp
#include <libmem/libmem.hpp>

Enumerates running processes using libmem.

#include <libmem/libmem.hpp> #include <iostream> int main() { auto processes = lm::enum_processes(); for (auto &proc : processes) { std::cout << proc.name << std::endl; } return 0; }
Debug
Known issues
gotchaRequires elevated privileges on some platforms for process enumeration and memory manipulation.
fix
Run your application with appropriate permissions (e.g., administrator on Windows, root on Linux).
affects: *
Upgrade
Version history
5.1.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

libmem — pip install libmem · libregistry