首页
社区
课程
招聘
[转帖]Detect It Easy ver.0.76.1 is out
发表于: 2013-8-24 09:22 2387

[转帖]Detect It Easy ver.0.76.1 is out

2013-8-24 09:22
2387
Detect It Easy ver.0.76.1 is out
http://ntinfo.biz/files/DIE0761.rar


[课程]Android-CTF解题方法汇总!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (10)
雪    币: 161
活跃值: (261)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
感謝分享偵殼軟體
2013-8-24 09:54
0
雪    币: 230
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
DiE?很久不用这个啦,一般都是用PEiD
2013-8-24 10:17
0
雪    币: 242
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
Wonderful~ Cheers~
2013-8-24 15:20
0
雪    币: 236
活跃值: (25)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
林版辛苦,感谢~~~
2013-8-24 21:48
0
雪    币: 270
活跃值: (117)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
6
更新了,嘿嘿
2013-8-24 23:28
0
雪    币: 1360
活跃值: (125)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
林版辛苦了
2013-8-25 11:35
0
雪    币: 239
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
最近更新有点小快
2013-8-26 12:30
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
9
Detect It Easy 0.78
Author:Hors

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
• Binary all other files

上传的附件:
2013-12-24 10:48
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
10
Detect It Easy 0.81
Download: http://ntinfo.biz/index.php/detect-it-easy
Source: http://n10info.blogspot.nl/

[+] Fixed some bugs
[+] Improved definition VMprotect for dll (DenCoder)
[+] Fixed a bug with processing export some files (deniskore)
[+] Improved definition Safengine Shielden (DimitarSerg)
[+] Improved definition Starforce (Slinger)
[+] Improved detection of new versions of Armadillo (Dazz)
[+] Improved definition. ANDpakk2 (4kusNick)

2014-2-5 21:05
0
雪    币: 93920
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
11
Down it.
上传的附件:
2014-2-7 10:43
0
游客
登录 | 注册 方可回帖
返回
//