TrID is a command-line utility designed to identify file types by analysing their binary signatures rather than relying on filename extensions. It determines the most probable file format by comparing a file’s contents against a database of known file type definitions.
The program uses an extensible definitions database containing patterns that describe different file formats. These definitions can be updated or expanded to support additional formats, allowing TrID to recognize a large and continually growing range of file types.
TrID is useful for identifying files with missing, incorrect, or unknown extensions, making it valuable for file analysis, digital forensics, and data recovery tasks. Results are presented with probability percentages indicating how closely a file matches known format signatures.
Key Features
- Identifies file types by analysing binary signatures instead of relying on filename extensions.
- Uses an extensible database of file format definitions.
- Reports probable file types with percentage confidence.
- Helps identify files with missing or incorrect extensions.
- Useful for file analysis, forensic investigation, and data recovery tasks.
- Command-line interface suitable for scripting and automation.
- Cross-platform support – runs under Linux, DOS, and Windows.
Website: mark0.net/soft-trid-e.html
Support:
Developer: Marco Pontello
License: GNU Affero General Public License v3.0
TrID is written in Python. Learn Python with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

