Skip to content

darx0r/poke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] <addr> <val>

  • 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!