Detect-It-Easy/db/PE/_NET.3.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

14 lines
267 B
Text

// DIE's signature file
init("library",".NET");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.isNET())
{
sVersion=PE.getNETVersion();
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}