项目作者: darx0r

项目描述 :
ptrace poke command-line tool
高级语言: C
项目地址: git://github.com/darx0r/poke.git
创建时间: 2018-07-14T12:18:44Z
项目社区:https://github.com/darx0r/poke

开源协议:GNU General Public License v3.0

下载


poke

Everynody wants a simple, yet powerful, cheat-engine like capability on linux!
Poke is a command-line tool with gdb-like syntax for live process memory patching based on ptrace.

usage

poke [0|b|h|d|g] \ \

  • pid - process id
  • 0 - just read
  • b|h|d|g - gdb-like write size modifer
  • addr - address (hex)
  • val - value (hex)

Let the cheat begin!