Detect-It-Easy/db/MSDOS/Bitlok.2.sg
2024-11-12 20:11:38 +03:00

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();
}