Detect-It-Easy/db/COM/Triplex.2.sg

13 lines
No EOL
299 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("packer", "Triplex");
function detect() {
if (Binary.compare("bd....be....5553525a5b505351520e1f0e078bce8d72..bf....d1e9fd57f3a5")) {
sOptions = "1994";
bDetected = true;
}
return result();
}