Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

README.md

malicious-code

Some test cases against a sandbox program.

src

big_file_writer.c

Write 1M data to a file. Used to test file size limit.

fork_bomb.c

Halt the system by doing infinite fork() and filling the process table.

mem_killer.c

Halt the system by repeatedly allocating memory.

sleeper.c

Sleep for 1 min. Used to test timeout feature.

scripts

invalid_file_access.sh

Write to the parent dir (which is R-only or hidden).

invalid_network.sh

Fetch webpage from the internet to test if internet access is blocked.

About

Some test cases for mbox (http://pdos.csail.mit.edu/mbox/)

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.