|
--.__,--.__,--.__,-- Tools And Utilities --.__,--.__,--.__,--
|
OSX DTrace scripts
|
I'm working on a collection of useful 10.5 DTrace scripts.
|
jc-duration-printer-beta
|
First public release of my 802.11 device driver fingerprinting code.
Reading this will help understand it.
|
bearings.tar.gz
|
You ever get lost in the address space of a process? Me to. Bearings
is a simple program with a lot of documentation and diagrams that i made
while trying to get familiar with Linux's address space layout.
|
screenshots:
1
2
3
|
iopl-example.tar.gz
|
A simple example of the weird things one can do with the iopl() system call
on x86 linux.
|
obfustring-0.2.tar.gz
|
a simple library designed to help hide strings in C
programs. Nothing impressive yet but it will get past 'strings
./bin'
|
pljohn-0.2.tar.gz
|
a perl wrapper to run john the ripper in parallell on a
oM cluster
|
| shellbin.c |
source port 'authenticating' tcp server wrapper. published in
b4b0
issue 5 |
|
--.__,--.__,-- Graphics and OpenGL--.,__.--.__,--
|
| DDK_SDL_GL_template.zip |
A basic template for creating GL accelerated apps that use SDL for mouse/kb events.
Whats unique about it is that it is designed for compiling on windows using the DDK/
WDK.
This is only useful if you are a command line junky doing GL dev on windows.
|
screenshots:
1
|
| datafondler-0.2.tar.gz |
Hardware accelerated 3d data visualizer. Will graph any function
on any scale whos domain = R^3 and range = R^1.
|
screenshots:
1
2
3
|
| opengl-demo.tar.gz |
This is a pretty openGL demo i wrote. Nothing to fancy, but it
has nice shadows and reflections.
|
screenshots:
1
2
|
| pretty-fractals.scm |
A scheme program that draws a really pretty fractal.
You need a scheme interpreter (like
drScheme
to run it.
|
screenshots:
1
2
|
3dmosmon.tar.gz
view sf project page
|
3d replacement for [open] mosix's mon program
view home page
|
screenshots:
1
2
|
hummingbird.tar.gz
hummingbird.zip |
my first real foray into 3d, a networked 2 player openGL game |
screenshots:
1
2
3
|
|
--.__,--.__,--.__,-- Archived --.,__.--.__,--.__,--
|
| jc-aircrack-poc.tar.gz |
While i was working on jc-aircrack i made this small POC. Its kept
here for its educational purposes. Oh, and for nostalgia.
|
| jcrc4-poc.tar.gz |
Similliarly i created a small program to make sure i had implemented RC4 correctly.. |
| kk-optyx.tar.gz |
I started implementing the inductive chosen plaintext attack against wep.
I never finished however, this is as far as i got. Mostly just a
keystream dictionary implementation |
mosstatd.tar.gz |
a simple daemon needed to use -old- versions of 3dmosmon. This has
been replaced by gomd in
the latest versions of 3dmosmon.
|
| gaim-e-old.tar.gz |
I wrote one of the older gaim plugin to encrypt your coversations.
It's pretty much dead now afaict, but it had a good run.
http://gaim-e.sourceforge.net
|