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

14 lines
No EOL
359 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("installer", "PCInstall");
function detect() {
if (PE.compareEP("64a1........558bec6a..68........68........50648925........83ec..5356578965..ff15")) {
if (PE.compareOverlay("'[20/20]'")) {
bDetected = true;
}
}
return result();
}