Skip to content

Commit

Permalink
Merge pull request #113 from carloslack/kvdev
Browse files Browse the repository at this point in the history
Add missing cmd
  • Loading branch information
carloslack authored Oct 3, 2024
2 parents 4770cb5 + e4489e0 commit 4c48409
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 4c48409

Please sign in to comment.