blob: 953f4030d3e53a4774af99f25a69797f9c139996 (
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
30
31
32
33
|
some tools
========
aes.c
========
A minimal working CLI based 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
========
multi-call-setuid-binary: Run arbitrary commands (useful for running non-suid programs on non-suid fs).<br />
xidle.c
========
Report XServer idle time (no cursor movement).<br />
xdiff.c
========
Report X11 root window pixel diff (without cursor).<br />
<br />
Thats all folks.<br />
|