mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
350 B
JavaScript
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();
|
|
} |