mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
384 B
JavaScript
Executable file
14 lines
No EOL
384 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "Relpack");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$2e8c1e....2e8c06....8cc383c3..8cc88ed8be....fcad3d....75..ad3d....74..03c38ec0ad8bf826011deb")) {
|
|
sVersion = "1.0";
|
|
sOptions = "by TurboPower Software";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |