Linux cheating tool using python-ptrace.
** Only work searching, reading, writing. yet.
- python-ptrace - The best debugging tool.
- Optional: distorm3 - The best disassembler for X86
- Optional: Capstone - ARM compatible disassembler SEE: here
apt-get install gcc python-dev
pip install python-ptrace
git clone https://github.com/syakesaba/python-cheat.git
cd python-cheat
sudo python -m cheat.run <pid>
- 固定値サーチ
- 変動サーチ(equal, not equal, less than (equal), greater than (equal))
- malloc動的ポインタ追跡(チートコード)
- 関数サーチ(プログラマブルなサーチ)
- Capstone(distorm3はライブラリ入ってたら使えるけど、Capstone対応は)と連携してバイナリのディスアセンブル