mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
20 lines
No EOL
484 B
JavaScript
Executable file
20 lines
No EOL
484 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "SDProtector");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("558BEC6AFF68........688888880864A1")) {
|
|
if (PE.compareEP("5083EC08", 42)) {
|
|
sVersion = "1.10";
|
|
} else if (PE.compareEP("1833C0", 77)) {
|
|
sVersion = "1.16";
|
|
} else {
|
|
sVersion = "1.1X";
|
|
}
|
|
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |