“DIE” is a cross-platform application, apart from Windows version there are also available versions for Linux and Mac OS.
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&rdquo


• MSDOS executable files MS-DOS
• PE executable files Windows
• ELF executable files Linux
• MACH executable files Mac OS
• Binary all other files
Github(signatures): https://github.com/horsicq/Detect-It-Easy
Github(scan engine): https://github.com/horsicq/DIE-engine
How to build DiE from sources: http://n10info.blogspot.com/2019/06/build-detect-it-easy-on-linux-windows.html
Ratings & Comments
6 Comments
Hello, functions displayed in the import dialog don't correspond to the selected dll anymore.
Thanks. It will be fixed.
closed source?
All signatures are open source GUI will be open source may be in version 1.0
thanks
https://github.com/horsicq/Detect-It-Easy