diff --git a/README.md b/README.md index 30254c5..8feef5d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # 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. +Everybody 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] \ \ +``` +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!