首页
社区
课程
招聘
[转帖]Detect It Easy 3.08 [Beta]
2023-3-5 11:30 5555

[转帖]Detect It Easy 3.08 [Beta]

2023-3-5 11:30
5555

Detect It Easy 3.08 [Beta]

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

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

  • MSDOS executable files MS-DOS
  • PE executable files Windows
  • ELF executable files Linux
  • MACH executable files Mac OS
  • Binary all other files

download:

https://github.com/horsicq/Detect-It-Easy/releases/tag/Beta


[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

收藏
点赞1
打赏
分享
最新回复 (2)
雪    币: 81550
活跃值: (198052)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2023-7-12 20:57
2
0
beta版本3天前提示有更新,可以下载测试使用。
雪    币: 81550
活跃值: (198052)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2023-7-19 11:53
3
0
更新
游客
登录 | 注册 方可回帖
返回