mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
350 B
Text
14 lines
350 B
Text
// DIE's signature file
|
|
|
|
init("protector","ExeCode");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(MSDOS.compareEP("E9....FA8CC302DF5033C02E........2E........8ED0BC....BE....B9....33FF2E............32DBB0..E664AC"))
|
|
{
|
|
sVersion="1.0";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|