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

13 lines
No EOL
350 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "Cheat packer");
function detect() {
if (Binary.compare("eb$$b9....ba....bf....bb....b8....be....83ec..8becfc8866..32e48976..8bf703c18bf83bfe76..fd574e4f")) {
sOptions = "1993 by TWIN of TRSi";
bDetected = true;
}
return result();
}