We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d59a7 commit 8a4b434Copy full SHA for 8a4b434
2 files changed
README.md
@@ -1223,9 +1223,12 @@ interesting strings in Python source code. To check rules against source files
1223
and/or obfuscated files run:
1224
1225
```bash
1226
-yara --no-warnings yara/python.yar file.py
+yara --no-warnings yara/python.yar examples/out/custom_complete_format.py
1227
```
1228
1229
+> [!NOTE]
1230
+> The rules are far from perfect, but they are a starting point.
1231
+
1232
## Development
1233
1234
Project directory structure:
0 commit comments