ritter.vg
binary protocol analysis
30 Aug 2010 20:15:34 EST

Binary protocols intrigue me. They tend to be time-suckers, taking forever to piece together and may not ultimately reveal anything too interesting.. but they intrigue me nonetheless. I've started work on a tool to help me work through quickly recognizing type-length-value based protocols that try fitting data into that pattern. The code is at github. I don't anticipate it being some glorious open-source tool - I'm just going to add the features I need to it to help me visualize these packets I'm seeing. One of the things I'm working on these days inbetween mourning the loss of summer.

Comments
Add a comment...
required
required, hidden, gravatared

required, markdown enabled (help)
you type:you see:
*italics*italics
**bold**bold
[stolen from reddit!](http://reddit.com)stolen from reddit!
* item 1
* item 2
* item 3
  • item 1
  • item 2
  • item 3
> quoted text
quoted text
Lines starting with four spaces
are treated like code:

    if 1 * 2 < 3:
        print "hello, world!"
Lines starting with four spaces
are treated like code:
if 1 * 2 < 3:
    print "hello, world!"