Detect-It-Easy/db/MSDOS/MultiLoop Protection.2.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

15 lines
367 B
JavaScript

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","MultiLoop Protection");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("1e06b8....8ec0b0..b9....be....2e300404..46e2"))
{
sOptions="1992 by J&A";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}