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

14 lines
341 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("other","AutoHack addition");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("0e1fb409ba....cd21fa8e06....be....8b0e....83f9..74..fdd1e1"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}