From d039eca8d4269333fb103042b37b15138ddcadfc Mon Sep 17 00:00:00 2001 From: toni Date: Wed, 11 Jan 2017 01:07:23 +0100 Subject: initial commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbef6f1 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +some tools +======== + +aes.c +======== +A minimal working aes implementation.
+ +asciihexer.c +======== +Magic ascii-2-hex app.
+ +dummyshell.c +======== +A minimalistic restricted system-usage/messaging/command-exec shell.
+ +gol.c +======== +Conway's GameOfLife - written by Steffen Vogel / bugfixed,improved by myself.
+ +suidcmd.c +======== +Run arbitrary commands (useful for running non-suid programs on non-suid fs).
+ +
+Thats all folks.
-- cgit v1.2.3