PINCE - 逆向工程工具


GPLv3
跨平台
Python

软件简介

PINCE是“PINCE is not Cheat Engine(PINCE不是作弊引擎)”,主要用于游戏相关的逆向工程。

操作系统测试通过平台:

  • Kubuntu 14.04 & 16.04(Also tested on x86 variants)

  • Debian 8.5

  • Archlinux

游戏&应用测试通过平台:

  • KMines

  • Torchlight 2

  • Skullgirls

  • Steam

  • Firefox

  • WINE Games

    • FTL

    • Undertale

    • Hearthstone

安装运行:

sudo apt-get install python3-setuptools  
sudo apt-get install python3-pip  
sudo apt-get install python3-pyqt5  
sudo pip3 install psutil  
sudo pip3 install pexpect  
sudo apt-get install clang  
sudo apt-get install g++-multilib