We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
idLike
Windows
1 parent 07b3cf3 commit 9351c48Copy full SHA for 9351c48
src/detection/os/os_windows.cpp
@@ -90,4 +90,5 @@ void ffDetectOSImpl(FFOSResult* os)
90
}
91
92
ffStrbufAppendF(&os->id, "%*s %*s", os->prettyName.length, os->prettyName.chars, os->version.length, os->version.chars);
93
+ ffStrbufSetStatic(&os->idLike, "Windows");
94
0 commit comments