mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
368 B
JavaScript
Executable file
14 lines
No EOL
368 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "ComprEXE");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("fc1e068cdd83c5..89e8ba....8b1e....29d3538ed88ec331f631ffb9....f3a540434a75..b8....50cb")) {
|
|
sVersion = "1.0";
|
|
sOptions = "by Tom Torfs";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |