File Format Research

From truxwiki.com
Revision as of 16:32, 18 May 2020 by Admin (talk | contribs) (Created page with "When trying to figure out the type of a file... Here's some useful sites * [https://www.google.com/?tbm=pts Google Patent Search] * [https://github.com/zsx/ossbuild/blob/a510...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When trying to figure out the type of a file... Here's some useful sites

See if there's existing code:

  • Github - Good place to search for "magic" values. Usually four bytes, search for the decimal and hexadecimal values both big and little endian.

Existing file format description: