// DIE's signature file // Author: sendersu /* If errors pls contact sendersu on cracklab.team */ init("library","Intel IPP"); function detect(bShowType,bShowVersion,bShowOptions) { if (PE.isSectionNamePresent("IPPCODE") && PE.isSectionNamePresent("IPPDATA")) { bDetected=1; } return result(bShowType,bShowVersion,bShowOptions); }