# Detect It Easy

Program for determining types of files for Windows, Linux and MacOS.

Repository: https://github.com/horsicq/Detect-It-Easy
Canonical: https://ross.abutalabs.com/products/detect-it-easy
Homepage: http://ntinfo.biz
Language: JavaScript
License: MIT
License Family: permissive
Topics: debugger, detect, unpacker, disassembler, reverse-engineering, elf, packer, detector, binary-analysis, program-analysis, static-analysis, entropy, malware-analysis, malware-research, macho, mach-o, hacktoberfest, pentest, scanner, hacktoberfest2023
Last push: 2026-08-26T17:27:36+00:00
Link (homepage): http://ntinfo.biz

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 48, longevity 100
- inputs: {"age_days": 4476, "days_push": 7, "days_rel": 139, "gap_med": 193.5, "n_releases_24m": 3}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11420, forks 947 (observed 2026-08-28T04:10:46.957683+00:00)

## What it is
Detect It Easy (DiE) is a cross-platform file type identification tool that uses signature-based and heuristic analysis to detect compilers, packers, and file formats like PE, ELF, Mach-O, APK, and archives. It features a flexible, script-driven detection system popular with malware analysts and reverse engineers.

## Use cases
- identify what compiler or packer was used to build a binary
- detect file types of unknown executables
- analyze malware samples during reverse engineering
- check entropy of a file to spot packing or encryption
- identify PE, ELF, Mach-O, APK, and archive formats
- write custom detection signatures for new file formats

## When to choose
- you need fast, accurate file type and packer identification across Windows, Linux, and macOS
- you are doing malware analysis or digital forensics and need customizable detection rules
- you want a free, actively maintained alternative to tools like PEiD or ExeinfoPE

## When to avoid
- you need deep dynamic analysis or debugging rather than static file identification
- you require automated decompilation or disassembly output
- you need a library-only solution without a GUI or CLI

## Facets
- artifact type: application
- maturity: active
- function: reverse-engineering, security, developer-tools
- domain: security, reverse-engineering, developer-tools
- platform: windows, cross-platform
- tags: file-type-detection, packer-detection, malware-analysis, static-analysis, binary-analysis, entropy, signature-based-detection, heuristic-analysis, elf, pe, mach-o, linux, macos

## Member repositories
- horsicq/Detect-It-Easy (main) score 81
- horsicq/DIE-engine (backend) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.957683+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:15:36.512056+00:00, confidence not recorded.
  - readme: https://github.com/horsicq/Detect-It-Easy (fetched 2026-08-28T04:10:46.957683+00:00, sha c6b5d6f7ac6b)
  - homepage: http://ntinfo.biz (fetched 2026-08-29T08:14:42.469229+00:00, sha 191ee992c029)
- Data as of 2026-08-30T08:39:29.467469+00:00.
