We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf3d2f commit 5f2a221Copy full SHA for 5f2a221
docs/commandline.rst
@@ -148,6 +148,12 @@ Available options are:
148
149
Scan files listed in FILE, one per line.
150
151
+.. option:: --strict-escape
152
+
153
+ Print warnings if a string contains an invalid escape sequence.
154
155
+ .. versionadded:: 4.5.0
156
157
.. option:: -z <size> --skip-larger=<size>
158
159
Skip files larger than the given <size> in bytes when scanning a directory.
yara.man
@@ -103,6 +103,9 @@ in bytes when scanning a directory.
103
Set maximum stack size to the specified number of
104
.I slots.
105
.TP
106
+.BI " --strict-escape"
107
+Print warnings if rules contain ambiguous escape statements.
108
+.TP
109
.BI \-t " tag" " --tag=" tag
110
Print rules tagged as
111
.I tag
0 commit comments