namecoin / sockstrace

Go port of Heteronculous (ptrace-based proxy leak detector). Outreachy project.
https://www.namecoin.org/
GNU General Public License v3.0
7 stars 3 forks source link

Speed boost with seccomp-bpf #48

Open JeremyRand opened 1 year ago

JeremyRand commented 1 year ago

Using seccomp-bpf should give us a noticeable performance boost, by not forcing the tracer to intercept syscalls that we don't care about. Some links: