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

13 lines
No EOL
294 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("converter", "NetRun");
function detect() {
if (Binary.compare("'XPPPYZIQD[L-f6-g41GDSXu'17'@,~P^P_O,!(GU(GZ(Gnu5'")) {
sVersion = "3.10";
bDetected = true;
}
return result();
}