Is there extensible structured file analyzer, like network analysis tools?

Posted by ??? on Super User See other posts from Super User or by ???
Published on 2010-12-27T05:01:31Z Indexed on 2010/12/27 5:55 UTC
Read the original article Hit count: 204

Filed under:
|

There are many network analysis tools like Wireshark, Sniffer Pro, Omnipeak which can dump the packet data in structured manner. I'm just writing my own file analyzer for general purpose, which can dump JPEG, PNG, EXE, ELF, ASN.1 DER encoded files, etc. in tree style. There are so many file formats in the world that I can't handle them all. So I'm wondering if there's some software already there, with pluggable architecture and a large established file format repository?

© Super User or respective owner

Related posts about Utilities

Related posts about file-format