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

15 lines
No EOL
338 B
JavaScript
Executable file

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