Detect-It-Easy/db/ELF/_ELF.0.sg
2024-11-12 20:11:38 +03:00

15 lines
No EOL
339 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("operation system", "Unix");
function detect() {
if (ELF.isVerbose()) {
sName = ELF.getOperationSystemName();
sVersion = ELF.getOperationSystemVersion();
sOptions = ELF.getOperationSystemOptions();
bDetected = true;
}
return result();
}