mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
377 B
JavaScript
Executable file
14 lines
No EOL
377 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "LOCK");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("b430cd21faba....2e8006......80ea..2e8816....e8$$$$2ec606......fbbf....b9....0e072e8a0534..aae2")) {
|
|
sVersion = "1.1";
|
|
sOptions = "by Psycho //ENiAC";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |