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

16 lines
386 B
JavaScript

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("protector","Nodebug");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(Binary.compare("e8$$$$b430cd21b4..03f897d6405e50978b4d..ac32c1aae2"))
{
sVersion="1.0 part 1";
sOptions="by JVP";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}