Replaced by AINEXE.2.sg

This commit is contained in:
hypn0chka 2014-07-14 01:00:37 +06:00
commit 9faaa4195b

View file

@ -1,19 +0,0 @@
// DIE's signature file
init("packer","AIN");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("A1....2D....8ED0BC....8CD836A3....05....36A3....2EA1....8AD4B104D2EAFEC9"))
{
sVersion="2.1";
bDetected=1;
}
else if(MSDOS.compareEP("0E07B9....BE....33FFFCF3A4A1....2D....8ED0BC....8CD8"))
{
sVersion="2.3";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}