mirror of https://github.com/dirtbags/netarch.git
40be4ee431 | ||
---|---|---|
.gitignore | ||
COPYING.txt | ||
README.md | ||
TODO.md | ||
__init__.py | ||
binary.py | ||
crypto.py | ||
dumbdecode.py | ||
hexdump.py | ||
ip.py | ||
orig.py | ||
py_pcap.py | ||
stream.py | ||
trilobytes.py |
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.