Network Archaeology library
Go to file
Neale Pickett 6a1cbaec73 Add xmodem example 2021-07-02 17:18:59 -06:00
examples Add xmodem example 2021-07-02 17:18:59 -06:00
netarch Add xmodem example 2021-07-02 17:18:59 -06:00
.gitignore packaged it up 2021-07-02 16:00:22 -06:00
COPYING.txt Add LANL public domain disclosure 2012-05-31 15:34:53 -06:00
README.md Add xmodem example 2021-07-02 17:18:59 -06:00
TODO.md Add Unpack class 2018-07-10 19:50:26 +00:00
setup.py Add xmodem example 2021-07-02 17:18:59 -06: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 doesn't exist. Sorry. The way we go about things is to copy dumbdecode to a new file, and start hacking onto it.

You may find the example xmodem decoder to be helpful! It illustrates a fair amount of what the library provides.