Online judge sandbox based on seccomp | OnlineJudge 安全沙箱
Go to file
2016-01-16 01:24:51 +08:00
.gitignore update 2016-01-12 19:10:22 +08:00
demo.py add demo.py 2016-01-15 20:31:36 +08:00
judger.c fix format string 2016-01-13 11:57:31 +08:00
Makefile rename 2016-01-13 12:00:09 +08:00
readme update readme 2016-01-15 20:38:11 +08:00
runner.c add some error check 2016-01-16 01:24:51 +08:00
runner.h add some error check 2016-01-16 01:24:51 +08:00
sandbox.c rename 2016-01-13 12:00:09 +08:00
setup.py fix python format 2016-01-13 12:57:47 +08:00
test.c update test.c format 2016-01-15 20:31:28 +08:00

make
sudo python setup.py install
touch in out
gcc test.c -o test
python demo.py