mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
No EOL
417 B
JavaScript
Executable file
15 lines
No EOL
417 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "ExeLITE");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("fc8cc80106....ba....03c28bd805....8edb8ec033ff33f6b9....f3a5484b4a75..8ec38ed8be")) {
|
|
sVersion = "1.00";
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("b8....bb....0e5a03c20e5053cb")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |