Skip to content

Commit

Permalink
docs: add conf42 link conference
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 28, 2024
1 parent 9d3d0f2 commit 5703e00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

**Harpoon** aims to capture the syscalls (as if they were fishes) from the execution flow (the river) of a single user-defined function.

**N.B.** This is currently a PoC made for fun in my free time. Definitely, not a production grade project.

## Introduction

This tool is designed to provide fine-grained visibility into the syscalls made by specific functions within a program. Unlike traditional system call tracing tools like `strace`, which capture all syscalls made during the entire program's execution, this project leverages the power of **eBPF** to pinpoint and monitor system calls exclusively within targeted functions.
Expand Down Expand Up @@ -70,8 +68,9 @@ In case you want to run the application locally, I've provided the [`.vscode/lau

## Talks

I had the pleasure of presenting `harpoon` at the following conferences:
I had the pleasure of speaking about `harpoon` at the following conferences:
* [**FOSDEM**](https://fosdem.org/2024/schedule/event/fosdem-2024-1884-how-we-almost-secured-our-projects-by-writing-more-tests/)
* [**Conf42**](https://www.youtube.com/watch?v=Z8IHOTlG3pM)

## References

Expand Down

0 comments on commit 5703e00

Please sign in to comment.