Mac OS X
There is a Mac port for Cheat Engine available for download from Softpedia.
Linux
Scanmem is a simple interactive debugging utility for Linux, used to locate the address of a variable in a running process. This can be used for the analysis or modification of a hostile process on a compromised machine, for reverse engineering, or as a "pokefinder" to cheat at video games.
GameConqueror is a GUI for scanmem, aims to provide more features than scanmem, and CheatEngine-alike user-friendly interface.
Ubuntu / Debian
Both scanmem
and gameconqueror
are available in the default Debian repositories and the Ubuntu "universe" repository.
They can be installed with the command:
sudo apt-get install scanmem gameconqueror
Fedora
scanmem
can be installed with the command:
sudo yum install scanmem
, but gameconqueror
is not packaged for RPM.
Other
The source code for scanmem
and gameconqueror
is available here.
It can be compiled like other Linux source software.