yxg888 发表于 2018-11-28 14:30:53

Detect It Easy 2.01

Detect It Easy, or abbreviated DIE is a program for determining its type and packer

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") 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:

2.01

[*] [+] New icons and images(Thanks Metabolic).

[*] [+] New scan options "Set column size to contents"

[*] [+] New signatures.

[*] [+] New script's functions:

- bool isExportPresent() - bool isTLSPresent() - bool isImportPresent() - bool isResourcePresent() - bool isExportFunctionPresent(QString sFunctionName) - bool isExportFunctionPresentExp(QString sFunctionName)
[*] [+] Donate page in About dialog.
[*] [+] Many bugs have been fixed.
[*]Download Links:
[*]https://github.com/horsicq/DIE-engine/releases/download/2.01/die_win32_portable_2.01.zip (Windows)
[*]https://github.com/horsicq/DIE-engine/releases/download/2.01/die_lin64_portable_2.01.tar.gz (Linux Ubuntu 64-bit(x64))
[*]https://github.com/horsicq/DIE-engine/releases/download/2.01/die_mac_portable_2.01.dmg (Mac OS X, DMG)
[*]https://github.com/horsicq/DIE-engine/releases/download/2.01/die_mac_portable_2.01.zip (Mac OS X, ZIP)

speedboy 发表于 2018-11-28 15:42:04

这个是好东西,下载测试

cxqdly 发表于 2018-11-28 20:31:31

杨子表哥的汉化版吗

yxg888 发表于 2018-11-29 08:19:53

这个本身有中语言的。

落日余辉 发表于 2018-11-29 12:53:27

都2.01版本了啊。。。

雷破天 发表于 2018-12-3 08:37:02

这个是做什么的呢
页: [1]
查看完整版本: Detect It Easy 2.01