English 中文(简体)
档案结构勘探者(如线索,但档案)
原标题:File structure explorer (sth like Wireshark, but for files)

我正在寻找能够decomposeanalyzefile/strong>的软件。 你们是否知道?

我指的是,鉴于档案,我要告诉我,例如:

  • 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...

或如:

  • this is a MP3 file, here is the ID3 definition, here is the flag telling that this is the joint stereo and so on...

我正在寻找一个软件,有文件,(Ethereal)正在使用network Trafficking

感谢!

最佳回答
问题回答

你们可以使用箱子(或者在ming子或cy子下)的档案指挥来确定档案的类型。 这将研究已知类型中的神奇数字。 但不会提供额外信息。

我不了解能够全面了解所有档案格式的任何软件,以便提供进一步见解(档案中各节)。





相关问题
How can I load a folders files into a ListView?

I d like to have a user select a folder with the FolderBrowserDialog and have the files loaded into the ListView. My intention is to make a little playlist of sorts so I have to modify a couple of ...

File Handling Issue

I am developing a tool in c#, at one instance I start writing into a xml file continuously using my tool,when i suddenly restart my machine the particular xml file gets corrupted, what is the reason ...

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Saving output of a for-loop to file

I have opened a file with blast results and printed out the hits in fasta format to the screen. The code looks like this: result_handle = open("/Users/jonbra/Desktop/my_blast.xml") from Bio.Blast ...