My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Scanmem & GameConqueror

scanmem is a simple interactive debugging utility for linux, used to locate the address of a variable in an executing process. This can be used for the analysis or modification of a hostile process on a compromised machine, reverse engineering, or as a "pokefinder" to cheat at video games.

since version 0.08, scanmem includes a GUI called GameConqueror.

A PPA is available here: https://launchpad.net/~coolwanglu/+archive/scanmem

Features

  • Interactive command mode, with online help.
  • Efficient and easy-to-use syntax.
  • Support different types of variable:
    1. int{8|16|32|64}, float{32|64} -- known type and width
    2. int, float -- known type, unknown width
    3. number -- neither unknown, just guess
    4. bytearray, string -- powerful for advance usage
  • Support different types of scan:
    1. equalto
    2. greaterthan, lessthan
    3. changed, unchanged
    4. increased(by), decrased(by)
  • Set variable to any value.
  • Detailed information about mappings, allow users to eliminate regions.

More in GameConqueror:

  • User-friendly CheatEngline-alike interface
  • Modify and lock(freeze) variables
  • Memory Viewer/Editor

GameConqueror Graphical Frontend

Memory Editor

Standard Command Line Interface

Powered by Google Project Hosting