Cheat Engine para Mac OS X ou Linux [closed]

4

Cheat Engine is an open source tool designed to help you with modifying single player games running under window so you can make them harder or easier depending on your preference(e.g: Find that 100hp is too easy, try playing a game with a max of 1 HP), but also contains other usefull tools to help debugging games and even normal applications.

It comes with a memory scanner to quickly scan for variables used within a game and allow you to change them, but it also comes with a debugger, disassembler, assembler, speedhack, trainer maker, direct 3D manipulation tools, system inspection tools and more.

Fonte: Sobre o Cheat Engine

O Cheat Engine foi escrito especificamente com bibliotecas do Microsoft Windows, portanto não posso fazer uma compilação cruzada para Mac ou Linux.

Quais alternativas do Mac OS X ou Linux estão disponíveis para o Cheat Engine?

    
por Deltik 12.07.2012 / 05:04

1 resposta

7

Mac OS X

Existe uma porta Mac para o Cheat Engine disponível para download da 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

AmbosscanmemegameconquerorestãodisponíveisnosrepositóriosDebianpadrãoenorepositório"universe" do Ubuntu.

Eles podem ser instalados com o comando:

sudo apt-get install scanmem gameconqueror

Fedora

scanmem pode ser instalado com o comando:

sudo yum install scanmem

, mas gameconqueror não é empacotado para RPM.

Outro

O código-fonte para scanmem e gameconqueror está disponível aqui .

Ele pode ser compilado como outro software de fonte Linux.

    
por 12.07.2012 / 05:04