1
0
Fork 0
mirror of https://gitlab.com/niansa/libhss.git synced 2025-03-06 20:49:21 +01:00
Hobby-Safe Sandbox
Find a file
2023-02-11 17:22:38 +00:00
example Updated example to make use of Bidirectional IPC 2021-07-19 15:17:45 +02:00
.gitignore Initial commit 2021-07-19 10:54:59 +02:00
child_launcher.cpp Allow mremap 2021-07-22 15:26:41 +02:00
CMakeLists.txt Use PkgConfig to find seccomp 2021-07-20 20:28:21 +02:00
hss.hpp Fixed problem when including hss.hpp more than once 2021-07-22 01:36:41 +02:00
README.md Added disclaimer to readme file 2023-02-11 17:22:38 +00:00

Read hss.hpp for reference.

Note: always run strip --strip-symbol=_init --remove-section=.init on arbitrary executables first so to remove any code that could run before the sandbox is enabled.

I am not responsibile for anything that has resulted from some exploit in this project. Do not use for anything but hobby stuff.