Detect-It-Easy/db_custom/PE/example.0.sg
2025-06-09 19:06:33 +03:00

18 lines
No EOL
303 B
JavaScript

// Detect It Easy: detection rule file
init("DETECTION_TYPE", "DETECTION_NAME");
function detect() {
if (false) {
bDetected = true; // IS_DETECTED_BOOLEAN
sVersion = "DETECTION_VERSION_INFO_TEXT";
sOptions = "DETECTION_OPTIONS_INFO_TEXT";
}
return result();
}