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)

AGPL-3.0 License

Downloads
134
Stars
778
Committers
3

Bot releases are hidden (Show)

libmem - libmem - v2.14.0-5

Published by rdbo almost 4 years ago

Started adding internal support to libmem++

libmem - libmem - v2.14.0-4

Published by rdbo almost 4 years ago

Added more features to libmem++

libmem - libmem - v2.14.0-3

Published by rdbo almost 4 years ago

Added more features to libmem++

libmem - libmem - v2.14.0-2

Published by rdbo almost 4 years ago

Added more features to libmem++
Added unicode support for libmem++

libmem - libmem - v2.14.0-1

Published by rdbo almost 4 years ago

Added more features to libmem++

libmem - libmem - v2.14.0-0

Published by rdbo almost 4 years ago

Started support for libmem++, a version of libmem written entirely in 'modern' C++.

libmem - libmem - v2.13.0

Published by rdbo almost 4 years ago

Multiple changes and fixes

libmem - libmem - v2.13.0-4

Published by rdbo almost 4 years ago

Forced possible memory leaks when using libmem.hpp to avoid crashes
Changed method of getting the process name on Linux (uses readlink now instead of parsing the maps file)

libmem - libmem - v2.13.0-3

Published by rdbo almost 4 years ago

Fixed issues
Using MEM_TRUE, MEM_FALSE, and MEM_NULL.

libmem - libmem - v2.13.0-2

Published by rdbo almost 4 years ago

Added mem_vtable_t for VMT Hooking (untested)

libmem - libmem - v2.13.0-1

Published by rdbo almost 4 years ago

C++ classes now are inherited from the C structures, allowing calls from the C functions interact directly with them.

libmem - libmem - v2.13.0-0

Published by rdbo almost 4 years ago

Reduced significantly the size of most structures used.

libmem - libmem - v2.12.2

Published by rdbo almost 4 years ago

Fixed mem_ex_load_library for 32 bits

libmem - libmem - v2.12.1

Published by rdbo almost 4 years ago

Fixed issues

libmem - libmem - v2.12.0

Published by rdbo almost 4 years ago

Fixed some stuff (still have to fix mem_ex_load_library for 32bits on Linux)

libmem - libmem - v2.12.0-1

Published by rdbo almost 4 years ago

Went back to the old method of getting the process name, as parsing through the 'cmdline' file would make me have to remove the command line parameters (which can be complicated)

libmem - libmem - v2.12.0-0

Published by rdbo almost 4 years ago

Added multiple untested bug fixes for both Windows and Linux

libmem - libmem - v2.11.2

Published by rdbo almost 4 years ago

Minor fixes

libmem - libmem - v2.11.1

Published by rdbo almost 4 years ago

Minor changes
Identified problem when freeing memory. Issue: https://github.com/rdbo/libmem/issues/6

libmem - libmem - v2.11.0

Published by rdbo almost 4 years ago

Added fake C overloads for some functions

Package Rankings
Top 23.84% on Crates.io
Top 14.38% on Pypi.org