All Projects → scanmem → Scanmem

scanmem / Scanmem

Licence: other
memory scanner for Linux

Programming Languages

c
50402 projects - #5 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Scanmem

HelvetaCS
Modern C++ CS:GO base
Stars: ✭ 41 (-95.45%)
Mutual labels:  memory-hacking, cheat
Pokemongobot
DEFUNCT - Bot that plays Pokemon Go
Stars: ✭ 572 (-36.51%)
Mutual labels:  cheat
nzPerspective
逆战d3d透视
Stars: ✭ 28 (-96.89%)
Mutual labels:  cheat
Ctrpf Ar Cheat Codes
[Database] CTRPF AR CHEAT CODES TO BE USED WITH CTRPF WITH ACTION REPLAY SUPPORT
Stars: ✭ 310 (-65.59%)
Mutual labels:  cheat
KDBG
The windows kernel debugger consists of two parts, KMOD which is the kernel driver handling ring3 request and KCLI; the command line interface for the driver. It originated due to insufficient useability with CheatEngine's DBVM driver while debugging games running under certain AntiCheat software.
Stars: ✭ 28 (-96.89%)
Mutual labels:  cheat
Cheatsheets
Community-sourced cheatsheets
Stars: ✭ 430 (-52.28%)
Mutual labels:  cheat
Overwatcheat
Free, open-source undetected color cheat!
Stars: ✭ 180 (-80.02%)
Mutual labels:  cheat
Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
Stars: ✭ 645 (-28.41%)
Mutual labels:  memory-hacking
Aimtux
A large Linux csgo cheat/hack
Stars: ✭ 525 (-41.73%)
Mutual labels:  cheat
Teamviewer permissions hook v1
A proof of concept injectable C++ dll, that uses naked inline hooking and direct memory modification to change your TeamViewer permissions.
Stars: ✭ 297 (-67.04%)
Mutual labels:  memory-hacking
Pubg hack
STOP UPDATE SINCE 2018-05===PLS SUPPORT ORIGINAL====PUBG CHEAT 绝地求生 吃鸡 作弊 外挂 チート Plug-in ADD-ON мошенничать 플러그인
Stars: ✭ 292 (-67.59%)
Mutual labels:  cheat
MouseInjectDetection
Simple method of checking whether or not mouse movement or buttons (<windows 10) are injected
Stars: ✭ 29 (-96.78%)
Mutual labels:  cheat
Ksdumper
Dumping processes using the power of kernel space !
Stars: ✭ 454 (-49.61%)
Mutual labels:  cheat
cheat
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
Stars: ✭ 8,686 (+864.04%)
Mutual labels:  cheat
Charlatano
Proves JVM cheats are viable on native games, and demonstrates the longevity against anti-cheat signature detection systems
Stars: ✭ 599 (-33.52%)
Mutual labels:  cheat
vita-rxcheat
VITA RxCheat
Stars: ✭ 25 (-97.23%)
Mutual labels:  cheat
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: ✭ 262 (-70.92%)
Mutual labels:  cheat
Memoryjs
Read and write process memory in Node.js (Windows API functions exposed via Node bindings)
Stars: ✭ 371 (-58.82%)
Mutual labels:  memory-hacking
Reclass.net
More than a ReClass port to the .NET platform.
Stars: ✭ 766 (-14.98%)
Mutual labels:  memory-hacking
Bit Slicer
Universal game trainer for macOS
Stars: ✭ 602 (-33.19%)
Mutual labels:  memory-hacking

scanmem & GameConqueror

Build Status Coverity Status

scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. scanmem simply needs to be told the pid of the process and the value of the variable at several different times.

After several scans of the process, scanmem isolates the position of the variable and allows you to modify its value.

GUI

GameConqueror is a GUI front-end for scanmem, providing more features, such as:

  • Flexible syntax for searching
  • Easier and multiple variable locking
  • Better process finder
  • Memory browser/editor

See gui/README for more details.

Requirements

scanmem requires libreadline to read commands interactively, and /proc must be mounted. GameConqueror requirements are documented in gui/README.

Documentation

To read documentation:

  • man scanmem
  • man gameconqueror
  • scanmem --help
  • enter help at the scanmem prompt
  • use the interactive help of GameConqueror

Build Requirements

The build requires autotools-dev, libtool, libreadline-dev, intltool, and python.

Build and Install

To generate files required for the build:

./autogen.sh

To build with GUI:

./configure --prefix=/usr --enable-gui && make
sudo make install

To build without GUI:

./configure --prefix=/usr && make
sudo make install

scanmem and GameConqueror use static paths to libscanmem. So executing ldconfig is not required. Consider setting --libdir=/usr/lib/scanmem or --libdir=/usr/lib64/scanmem to avoid that libscanmem is in a library search path.

Run ./configure --help for more details.

Android Build

You need a standalone toolchain of Android NDK (Advanced method) to build interactive capabilities for Android. For more information, run:

./build_for_android.sh help

License:

GPLv3, LGPLv3 for libscanmem

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].