mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
275 B
Text
14 lines
275 B
Text
// DIE's signature file
|
|
|
|
init("protector","CodeSafe");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(PE.compareEP("83EC10535657E8C40100",23))
|
|
{
|
|
sVersion="2.0";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|