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

13 lines
No EOL
350 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Softguard");
function detect() {
if (Binary.compare("e9$$$$8cc88ed88c06....8cc73bc774..8bfc368b052ea3....368b45..2ea3....a1....a3....a1....a3....a1....b1")) {
sOptions = "1984-86";
bDetected = true;
}
return result();
}