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

12 lines
No EOL
238 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "Ciphator");
function detect() {
if (MSDOS.compareEP("9393E8$$$$586A..0E68....CF")) {
sVersion = "4.6";
bDetected = true;
}
return result();
}