mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
17 lines
390 B
Text
17 lines
390 B
Text
// DIE's signature file
|
|
|
|
init("protector","AcidCrypt");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(PE.compareEP("60B9........BA........BE........0238404E75FA8BC28A1832DFC0CB"))
|
|
{
|
|
bDetected=1;
|
|
}
|
|
else if(PE.compareEP("BE........0238404E75FA8BC28A1832DFC0CB"))
|
|
{
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|