mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
397 B
JavaScript
Executable file
14 lines
No EOL
397 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "BITLOK");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("eb$$b430cd213c..72..2e8c1e....8cdb83c3..2e011e....0e1feb$$33c0eb$$bf....eb$$b9....eb$$51eb$$2bcf")) {
|
|
sVersion = "3.1";
|
|
sOptions = "by Yellow Rose Software Workgroup";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |