Detect-It-Easy/db/COM/envelope.2.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
314 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "envelope");
function detect() {
if (Binary.compare("60ba....3bd472$$be....8bfeb9....bb....fcad33c343abe2")) {
sOptions = "by ROWDY, St.Petersburg";
bDetected = true;
}
return result();
}