Where are some good sources of information on binary file layout structures?
If I wanted to pull in a BTrieve
index file, parse MP3
headers, etc. Where does one get reliable information?
original title: "language agnostic - Binary file layout reference"
Where are some good sources of information on binary file layout structures?
If I wanted to pull in a BTrieve
index file, parse MP3
headers, etc. Where does one get reliable information?
バイナリファイルのレイアウト構造に関する情報源はどこにありますか? BTrieveインデックスファイルを取得したり、MP3ヘッダーを解析したい場合は、どこで信頼できる情報を入手できますか?
これは翻訳後の要約です。完全な翻訳を表示する必要がある場合は、「翻訳」アイコンをクリックしてください。
Not comprehensive, but useful nonetheless: http://www.wotsit.org/
I'm not sure if there's a general information source for this kind of information. I always just search on google or wikipedia for that particular file type. The binary file layout structure information should be included.
For example, http://en.wikipedia.org/wiki/MP3#File_structure">MP3 file layout structure