Skip to content

Commit

Permalink
docs: update documentation about capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Apr 13, 2024
1 parent f81644b commit 827040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ So, `main.doSomething` is the symbol of the function we want to trace using `har
Then, let's run `harpoon` to extract the syscalls from the function `main.doSomething`:

```shell
sudo harpoon -fn main.doSomething ./binary
harpoon -fn main.doSomething ./binary
read
sigaltstack
gettid
Expand Down

0 comments on commit 827040d

Please sign in to comment.