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

13 lines
No EOL
321 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "CHECKPRG");
function detect() {
if (Binary.compare("33c0be....8bd8b9....bf....ba....474a74..ac320503d8e2")) {
sOptions = "1992 by Jordi Mas Hernandez";
bDetected = true;
}
return result();
}