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

11 lines
No EOL
243 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "KGCrypt");
function detect() {
if (PE.compareEP("E8........5D81ED........64A1........84C074..64A1........0BC074")) {
bDetected = true;
}
return result();
}