Network Archaeology library
Go to file
elliottbinder 94ef0aba57
Update trilobytes.py
Check byte for None instead of truthiness -- bytes with value of zero were getting overwritten by None.
2018-07-11 08:30:53 -06:00
netarch Update trilobytes.py 2018-07-11 08:30:53 -06:00
COPYING.txt Add LANL public domain disclosure 2012-05-31 15:34:53 -06:00
README.md Works now 2018-07-10 18:13:07 +00:00
TODO.md Add Unpack class 2018-07-10 19:50:26 +00:00
dumbdecode.py Start porting this mess to Python 3 2018-07-09 23:14:19 +00:00

README.md

Dirtbags Netarch Library

This is a library for advanced network archaeology.

It provides a heavily field-tested framework for exploring unknown TCP-based protocols, and room to grow these explorations into full-blown decoders.

Get going

Documentation sucks, sorry. The way we go about things is to copy dumbdecode.py to a new file, and start hacking onto it.