Detect-It-Easy/db/COM/DOC2COM.1.sg
2021-12-13 11:41:25 +01:00

15 lines
353 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("self-displayer","DOC2COM");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("fc8b0e....498b36....8bfeac3204aae2"))
{
sOptions="by Jerry DePyper";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}