Detect-It-Easy/db/COM/CyberWare_Packer.2.sg
2024-11-07 00:17:07 +03:00

13 lines
No EOL
289 B
JavaScript

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