Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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!

Releases

No releases published

Packages

No packages published