netarch/README.md

20 lines
645 B
Markdown
Raw Normal View History

2018-07-10 12:13:07 -06:00
Dirtbags Netarch Library
========================
This is a library for advanced
[network archaeology](https://sites.google.com/view/cyberfire/foundry/classes/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
=========
2021-07-02 17:18:59 -06:00
Documentation doesn't exist. Sorry.
The way we go about things is to copy [dumbdecode](examples/dumbdecode.py) to a new file,
2018-07-10 12:13:07 -06:00
and start hacking onto it.
2021-07-02 17:18:59 -06:00
You may find the [example xmodem decoder](examples/xmodem.py) to be helpful!
It illustrates a fair amount of what the library provides.