mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
256 B
JavaScript
Executable file
12 lines
No EOL
256 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
|
|
init("protector", "JAM");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("50061607BE....8BFEB9....FDFAF32EA5FB06BD....55CB")) {
|
|
sVersion = "2.21";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |