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

13 lines
No EOL
274 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "NH");
function detect() {
if (Binary.compare("be....bf....57b9....f3a4c3")) {
bDetected = true;
sOptions = "by MANtiC0RE";
}
return result();
}