Skip to content

Commit

Permalink
Add missing cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
carloslack committed Oct 3, 2024
1 parent b58fd06 commit e4489e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/cheatsheet-proc-interface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@
$ echo "-t1" >/proc/test

#19 Fetch the base address of a running process by PID number
$ echo "-b <PID>">/proc/kv
$ cat /proc/kv
$ echo "-b <PID>">/proc/test
$ cat /proc/test

#20 Fetch Magik Word
$ cat /proc/test



0 comments on commit e4489e0

Please sign in to comment.