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

14 lines
No EOL
368 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "RHC");
function detect() {
if (MSDOS.compareEP("8cd8ba....8eda8ec2a3....b8....cd10b8....8ec0be....bb....b9....518bfbb9....b4..acabe2")) {
sVersion = "1.99.test";
sOptions = "1999 by Rowdy";
bDetected = true;
}
return result();
}