mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
440 B
Text
16 lines
440 B
Text
// DIE's signature file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector","PROTECT! EXE/COM");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(Binary.compare("e9$$$$bf....81ef....50e4..50e9$$$$b0..eb$$e6..e9$$$$58e6..e9$$$$58bb....81c3....8785....2d....2d....4040"))
|
|
{
|
|
sVersion="5.0";
|
|
sOptions="by Jeremy Lilley";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|