mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
295 B
Text
14 lines
295 B
Text
// DIE's signature file
|
|
|
|
init("packer","AVPACK");
|
|
|
|
function detect(bShowType,bShowVersion,bShowOptions)
|
|
{
|
|
if(MSDOS.compareEP("501E0E1F160733F68BFEB9....FCF3A506BB....53CB"))
|
|
{
|
|
sVersion="1.20";
|
|
bDetected=1;
|
|
}
|
|
|
|
return result(bShowType,bShowVersion,bShowOptions);
|
|
}
|