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

14 lines
No EOL
374 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("installer", "Codegear Installer");
function detect() {
if (PE.compareEP("60be........8dbe........5783cd..eb$$8b1e83ee..11db72..b8........01db75..8b1e")) {
if (PE.compareOverlay("........'GRCSETUPINFORMATION'")) {
bDetected = true;
}
}
return result();
}