aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1464db0774445a5a9b100bf9c39b6130c8eb92d2 (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
26
27
28
29
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 />

xidle.c
========
Report XServer idle time (no cursor movement).<br />

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