Detect It Easy icon
Detect It Easy icon

Detect It Easy

 5 likes

DiE is a signature scanner , it can detect most common packers, cryptors and compilers for PE files. Works like PEiD.

Detect It Easy screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Chocolatey  [https://community.chocolatey.org/packages/die](https://community.chocolatey.org/packages/die)
  • Docker Hub
  • Docker
  • openSUSE  OBS: [https://build.opensuse.org/package/show/home:mnhauke/detect-it-easy](https://build.opensuse.org/package/show/home:mnhauke/detect-it-easy)
  No rating
5 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Detect It Easy News & Activities

Highlights All activities

Recent activities

Show all activities

Detect It Easy information

  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  8,327 Stars
  •  772 Forks
  •  32 Open Issues
  •   Updated Mar 23, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Detect It Easy, and it has gotten 5 likes

Detect It Easy was added to AlternativeTo by Unk42 Roman M on Nov 3, 2019 and this page was last updated Nov 17, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Detect It Easy?

Detect It Easy, or abbreviated "DIE" is a program for determining types of files.

"DIE" is a cross-platform application. Many programs of the kind (PEID, PE tools) allow to use third-party signatures. Unfortunately, those signatures scan only bytes by the pre-set mask, and it is not possible to specify additional parameters. As the result, false triggering often occur. More complicated algorithms are usually strictly set in the program itself. Hence, to add a new complex detect one needs to recompile the entire project. No one, except the authors themselves, can change the algorithm of a detect. As time passes, such programs lose relevance without the constant support.

Detect It Easy has totally open architecture of signatures. You can easily add your own algorithms of detects or modify those that already exist. This is achieved by using scripts. The script language is very similar to JavaScript and any person, who understands the basics of programming, will understand easily how it works. Possibly, someone may decide the scripts are working very slow. Indeed, scripts run slower than compiled code, but, thanks to the good optimization of Script Engine, this doesn't cause any special inconvenience. The possibilities of open architecture compensate these limitations.

DIE exists in three versions. Basic version ("DIE"), Lite version ("DIEL") and console version ("DIEC"). All the three use the same signatures, which are located in the folder "db". If you open this folder, nested sub-folders will be found ("Binary", "PE" and others). The names of sub-folders correspond to the types of files. First, DIE determines the type of file, and then sequentially loads all the signatures, which lie in the corresponding folder. Currently the program defines the following types:

  • MS-DOS executable files

  • PE executable files Windows

  • ELF executable files Linux

  • MACH executable files Mac OS

  • Text files

  • Binary all other files.

Official Links