Hi
I am looking for a software which is able to decompose and analyze files. Do you know any?
What I mean is something that, given a file, would tell me for example:
- here is the magic number telling that it is a PNG, and here starts a colors definition, here goes the compression flag, and then there are the picture data, and so on...
or something like:
- this is a MP3 file, here is the ID3 definition, here is the flag telling that this is the joint stereo and so on...
I am looking for a software doing with files what Wireshark (Ethereal) is doing with network traffic.
Thanks!