p-sandbox icon indicating copy to clipboard operation
p-sandbox copied to clipboard

A ptrace based sandbox. (PoC)

p-sandbox

A ptrace based sandbox. (PoC)


This is a small sandbox to limit the number of allowed syscalls for a process.

There is no configuration file, you must edit the source itself...

To compile :

$ make

To run :

$ ./sandbox /sandboxed/process

Author

-TOSH-