Trd (TRID)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (→Identification) |
||
| Line 9: | Line 9: | ||
== Identification == | == Identification == | ||
| − | . | + | .TRD files start with ASCII "{{magic|RIFF}}", have "{{magic|TRID}}" at offset 8, and {{magic|DEFN}} at offset 12. |
<ref>http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml</ref> | <ref>http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml</ref> | ||
Latest revision as of 17:00, 5 January 2022
A TRD file is a RIFF like container that hold a series of TrID's definitions.
TrIDDefs.TRD is the default databases used by TrID file identification tool, if no other TRD database is given by -d option.
Contents |
[edit] Identification
.TRD files start with ASCII "RIFF", have "TRID" at offset 8, and DEFN at offset 12.
[1]
[edit] Software
[edit] Sample files
- https://mark0.net/download/triddefs.zip → TrIDDefs.TRD
[edit] Links
[edit] References
- ↑ http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml