mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
381 B
JavaScript
Executable file
14 lines
No EOL
381 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "Pack");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$2e8c1e....2e8c06....8cc383c3..2e891e....8cc88ed8505351525657061eb462cd212e891e....b4..33db4bcd21")) {
|
|
sVersion = "1.0";
|
|
sOptions = "1987 by K.Kokkonen";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |