Detect-It-Easy/db/PE/Visual Prolog.3.sg
2014-07-13 21:37:58 +02:00

15 lines
375 B
Text

// DIE's signature file
// Author: hypn0
init("compiler","Visual Prolog");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("558bec57dbe3d92d........68........e8........8325..........75..6a..eb..33c066a1........50e8........8038"))
{
sVersion="5.2";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}