zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.57k stars 170 forks source link

Seccomp dependency not listed in README #56

Closed ZetaTwo closed 5 years ago

ZetaTwo commented 5 years ago

Trying to compile on a fresh system results in:

deexec.c:9:10: fatal error: seccomp.h: No such file or directory
 #include <seccomp.h>
          ^~~~~~~~~~~
compilation terminated.

Which is fixed by (on debian based systems): sudo apt install libseccomp-dev

This should be added to the README. I'll do a PR later if no one has fixed it before I get around to it.