mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
314 B
JavaScript
Executable file
13 lines
No EOL
314 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "ABKprot");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("B430CD2186E03D....73..9C8CC0065B595153BA....87F256CF0E1F0E07")) {
|
|
sVersion = "1.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |