Detect-It-Easy/db/MSDOS/protector_GA-Header.2.sg
2026-05-25 21:03:46 +03:00

13 lines
No EOL
325 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "GA-Header");
function detect() {
if (MSDOS.compareEP("8cd02ea3....2e8926....8cc88ed0bc....061e0e1fbe....b8....8ec0bf....b9")) {
sVersion = "1.00";
bDetected = true;
}
return result();
}