3dmosmon alpha
|
This just has a lot of high res 3dmosmon screenshots. Mostly available at
http://threedmosmon.sourceforge.net/
|
Partial aibo protocol analysis
|
This page just contains some preliminary work i did decoding sonys's aibo protocol.
There is a significant amount of detailed paid to its authentication technique.
|
Wireless Vlans and Association Redir
|
This page has a lot of data related to my wireless vlan and association redirection paper.
Won't make much sense if you havent read it.
|
Linux addres space / object file bearings.
|
This is a little project i did to help myself get familliar with the linux address space
and how it gets mapped from a file by the loader. I did this while reading Linkers and
Loaders (by Tim Levine) which is a book i cant reccomend highly enough. Included in the tarball
are 3 pretty diagrams and some output from codis ,
along with the sample program of course.
The basic idea is that you get to see exactly what sections are in a typical elf file, and what
debugging info and stripping do. If you were ever confused about exactly whats in a elf file, or what gets removed from 'strip' this will probably help.
|
| small patch to mammons .gdbinit rc file |
This just fixes a small problem in mammons handy .gdbinit file.
It looks like his original file is getting pretty hard to find, so a copy is
available here (with patch applied)
|