mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
299 B
JavaScript
13 lines
No EOL
299 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
meta("packer", "Triplex");
|
|
|
|
function detect() {
|
|
if (Binary.compare("bd....be....5553525a5b505351520e1f0e078bce8d72..bf....d1e9fd57f3a5")) {
|
|
sOptions = "1994";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |