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

13 lines
No EOL
282 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "CyberWare Packer");
function detect() {
if (Binary.compare("565056fd8bfc83ef..b9....be....fea447ffe7")) {
sOptions = "1997";
bDetected = true;
}
return result();
}