blob: d0e88d3303942a7e0373d6826b5a67cec0f4e3f3 (
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
34
35
36
37
38
39
40
41
|
some tools
========
aes.c
========
A minimal working CLI based aes implementation.<br />
ascii85
========
A C&P'ed ASCII-85 converter.<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 />
progressbar.c
========
A simple progressbar cmdline viewer - view the current fd position of a given path.<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 />
|