mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
307 B
Text
14 lines
307 B
Text
// DIE's signature file
|
|
|
|
init("protector","AEP");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(MSDOS.compareEP("E8....E4212E......33C08BD85DB9....50B8....E6210FA9E6..53"))
|
|
{
|
|
sVersion="1.00";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|