Detect-It-Easy/db/LE/_LE.0.sg
2026-05-25 21:03:46 +03:00

16 lines
No EOL
381 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("operation system", "Windows");
function detect() {
if (LE.isVerbose()) {
sName = LE.getOperationSystemName();
sVersion = LE.getOperationSystemVersion();
sOptions = LE.getOperationSystemOptions();
bDetected = true;
}
return result();
}