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.7.5

Published by rdbo about 4 years ago

Fixed issue in mem_ex_load_library

libmem - libmem - v2.7.4

Published by rdbo about 4 years ago

Added error check for mem_ex_allocate

libmem - libmem - v2.7.3

Published by rdbo about 4 years ago

Fixed mem_ex_syscall issues (e.g. crash on restore original execution)

libmem - libmem - v2.7.2

Published by rdbo about 4 years ago

Optimized mem_ex_get_process_name (Linux)
Fixed some memory leaks

libmem - libmem - v2.7.1

Published by rdbo about 4 years ago

Fixed mem_ex_allocate and mem_ex_deallocate

libmem - libmem - v2.7.0

Published by rdbo about 4 years ago

Added mem_ex_syscall and mem_in_syscall (currently works only on Linux)
Fixed mem_ex_protect
Testing/Fixing functions that use code injection

libmem - libmem - v2.6.11

Published by rdbo about 4 years ago

Minor changes

libmem - libmem - v2.6.10

Published by rdbo about 4 years ago

Freeing memory in example

libmem - libmem - v2.6.9

Published by rdbo about 4 years ago

Fixed stuff

libmem - libmem - v2.6.8

Published by rdbo about 4 years ago

Improved checking for mem_ex_read, mem_ex_write, mem_ex_set
Skip bad page reads on mem_ex_pattern_scan

libmem - libmem - v2.6.7

Published by rdbo about 4 years ago

Fixed issue in mem_in_pattern_scan
Scanning one page at a time (mem_ex_pattern_scan)

libmem - libmem - v2.6.6

Published by rdbo about 4 years ago

Removed debug log from mem_ex_pattern_scan

libmem - libmem - v2.6.5

Published by rdbo about 4 years ago

Added reverse to C++ string class
Updated readme

libmem - libmem - v2.6.4

Published by rdbo about 4 years ago

Added mem_string_reverse

libmem - libmem - v2.6.3

Published by rdbo about 4 years ago

Fixed external pattern scan issue (tested on Linux)

libmem - libmem - v2.6.2

Published by rdbo about 4 years ago

Fixed issue in mem_in_pattern_scan
Added mem_lib_new
TODO: Fix mem_ex_pattern_scan

libmem - libmem - v2.6.1

Published by rdbo about 4 years ago

Added and improved "free" functions for the structs

libmem - libmem - v2.6.0

Published by rdbo about 4 years ago

Added libmem.hpp (contains C++ specific code to make coding with libmem easier. If you include it by mistake in a C program, it will just use "libmem.h" instead).

libmem - libmem - v2.5.3

Published by rdbo about 4 years ago

Fixed GCC extra warnings (-Wextra)

libmem - libmem - v2.5.2

Published by rdbo about 4 years ago

Removed C++ direct thiscalls due to incompatibility with Visual Studio (possible to compile, but would take some extra steps and manual modification of the original code, which I don't recommend)
No more warnings in GCC (-Wall -Wpedantic)

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