aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bbef6f1bdff1fcf20b2ee322fc39e141ba67a39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
some tools
========

aes.c
========
A minimal working aes implementation.<br />

asciihexer.c
========
Magic ascii-2-hex app.<br />

dummyshell.c
========
A minimalistic restricted system-usage/messaging/command-exec shell.<br />

gol.c
========
Conway's GameOfLife - written by Steffen Vogel / bugfixed,improved by myself. <br />

suidcmd.c
========
Run arbitrary commands (useful for running non-suid programs on non-suid fs).<br />

<br />
Thats all folks.<br />