Skip to content

Commit 8a4b434

Browse files
committed
update: yara rules
1 parent f7d59a7 commit 8a4b434

2 files changed

Lines changed: 305 additions & 27 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,9 +1223,12 @@ interesting strings in Python source code. To check rules against source files
12231223
and/or obfuscated files run:
12241224

12251225
```bash
1226-
yara --no-warnings yara/python.yar file.py
1226+
yara --no-warnings yara/python.yar examples/out/custom_complete_format.py
12271227
```
12281228

1229+
> [!NOTE]
1230+
> The rules are far from perfect, but they are a starting point.
1231+
12291232
## Development
12301233

12311234
Project directory structure:

0 commit comments

Comments
 (0)