mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
325 B
JavaScript
Executable file
13 lines
No EOL
325 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "GA-Header");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("8cd02ea3....2e8926....8cc88ed0bc....061e0e1fbe....b8....8ec0bf....b9")) {
|
|
sVersion = "1.00";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |