Skip to content

syakesaba/python-cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Python-Cheat

Linux cheating tool using python-ptrace.

** Only work searching, reading, writing. yet.

Depends

How to use

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>

CANDO

  • 固定値サーチ

TODO

  • 変動サーチ(equal, not equal, less than (equal), greater than (equal))
  • malloc動的ポインタ追跡(チートコード)
  • 関数サーチ(プログラマブルなサーチ)
  • Capstone(distorm3はライブラリ入ってたら使えるけど、Capstone対応は)と連携してバイナリのディスアセンブル

About

Linux Cheating Tool (Using ptrace, python-ptrace)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages