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

14 lines
No EOL
343 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "NTShell");
function detect() {
if (MSDOS.compareEP("2e8c1e....8cca8eda8ec2fa8ed2bc....fbe80000eb$$b9....5e8bfeeb")) {
sVersion = "4.0";
sOptions = "by Mr. ZhouHui";
bDetected = true;
}
return result();
}