yaralyzer 0.9.5__py3-none-any.whl → 0.9.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yaralyzer might be problematic. Click here for more details.
- CHANGELOG.md +3 -0
- yaralyzer/util/argument_parser.py +2 -2
- {yaralyzer-0.9.5.dist-info → yaralyzer-0.9.6.dist-info}/METADATA +1 -1
- {yaralyzer-0.9.5.dist-info → yaralyzer-0.9.6.dist-info}/RECORD +7 -7
- {yaralyzer-0.9.5.dist-info → yaralyzer-0.9.6.dist-info}/LICENSE +0 -0
- {yaralyzer-0.9.5.dist-info → yaralyzer-0.9.6.dist-info}/WHEEL +0 -0
- {yaralyzer-0.9.5.dist-info → yaralyzer-0.9.6.dist-info}/entry_points.txt +0 -0
CHANGELOG.md
CHANGED
|
@@ -29,7 +29,7 @@ DESCRIPTION = "Get a good hard colorful look at all the byte sequences that make
|
|
|
29
29
|
EPILOG = "* Values for various config options can be set permanently by a .yaralyzer file in your home directory; " + \
|
|
30
30
|
"see the documentation for details.\n" + \
|
|
31
31
|
f"* A registry of previous yaralyzer invocations will be incribed to a file if the " + \
|
|
32
|
-
"
|
|
32
|
+
f"{YaralyzerConfig.LOG_DIR_ENV_VAR} environment variable is configured."
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
# Positional args, version, help, etc
|
|
@@ -95,7 +95,7 @@ tuning.add_argument('--suppress-decodes-table', action='store_true',
|
|
|
95
95
|
help='suppress decodes table entirely (including hex/raw output)')
|
|
96
96
|
|
|
97
97
|
tuning.add_argument('--suppress-decoding-attempts', action='store_true',
|
|
98
|
-
help='suppress
|
|
98
|
+
help='suppress decode attempts for matched bytes (only hex/raw output will be shown)')
|
|
99
99
|
|
|
100
100
|
tuning.add_argument('--min-decode-length',
|
|
101
101
|
help='suppress decode attempts for quoted byte sequences shorter than N',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: yaralyzer
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.6
|
|
4
4
|
Summary: Visualize and force decode YARA and regex matches found in a file or byte stream. With colors. Lots of colors.
|
|
5
5
|
Home-page: https://github.com/michelcrypt4d4mus/yaralyzer
|
|
6
6
|
License: GPL-3.0-or-later
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.yaralyzer.example,sha256=4QKFDDNvnAlT3NVS0eiM_Qed9Hxy4ZPQFJkye8lKYAk,3486
|
|
2
|
-
CHANGELOG.md,sha256=
|
|
2
|
+
CHANGELOG.md,sha256=PfIwgr15ORPbZFuyAifcOwe8h6yhWlDGHOX0MaFPn4E,2120
|
|
3
3
|
yaralyzer/__init__.py,sha256=sU2sN1lizcfxUg4vghz_L3OUwi7sWXGvNinE_tJCa4Y,2616
|
|
4
4
|
yaralyzer/bytes_match.py,sha256=6QeW1Zk9DpNQ9ks-ixnQZ-clqT8qwB2FKsmH3nmxcYI,7583
|
|
5
5
|
yaralyzer/config.py,sha256=eRJ88wBFs1rfjOv4htI1Ye0LFCFfk4kGDiFHuqZfkX0,3730
|
|
@@ -18,13 +18,13 @@ yaralyzer/output/file_export.py,sha256=AsP43Y1kt-dzAHr3TuFtyihG4NqV1XNyxUve-77CA
|
|
|
18
18
|
yaralyzer/output/file_hashes_table.py,sha256=SnS2ip8dSeHoycQ0Ng3Gtpv9rXJSkKnvD2krTuhNg7s,1632
|
|
19
19
|
yaralyzer/output/regex_match_metrics.py,sha256=deJPaVnhpy-AUX6PCE_jbPLIlmfIOtl-cEVWsiFp3KY,3003
|
|
20
20
|
yaralyzer/output/rich_console.py,sha256=Botb8aec4_aRiPyaEkwrnhwERHE8a5-lk5KfgzXVlBE,4202
|
|
21
|
-
yaralyzer/util/argument_parser.py,sha256=
|
|
21
|
+
yaralyzer/util/argument_parser.py,sha256=wC7gK2qGapwnE-nODLAgeLJci3Cs6WJnMIjFhoUUx7A,12575
|
|
22
22
|
yaralyzer/util/logging.py,sha256=3qtLnCFbN8L1nTSwIQvxfcM5jfhIRWTFZj9XGQk74kc,4326
|
|
23
23
|
yaralyzer/yara/yara_match.py,sha256=qR8GNnmHiN-SzNwkWYcJa1Kb6RQUeNtcjpjccoI8wIQ,5145
|
|
24
24
|
yaralyzer/yara/yara_rule_builder.py,sha256=kAa3RBojM5GEaXDJjKZODAyx6yj34AlkOnQhACAFfZM,3021
|
|
25
25
|
yaralyzer/yaralyzer.py,sha256=f1y8qST6GZHEWl7nDNEBWpQuYjnsJ8dm9nGPWqZ4Hkk,9417
|
|
26
|
-
yaralyzer-0.9.
|
|
27
|
-
yaralyzer-0.9.
|
|
28
|
-
yaralyzer-0.9.
|
|
29
|
-
yaralyzer-0.9.
|
|
30
|
-
yaralyzer-0.9.
|
|
26
|
+
yaralyzer-0.9.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
27
|
+
yaralyzer-0.9.6.dist-info/METADATA,sha256=f-7x3tNTCw6qWGok2_OqlGXtWVcHiqO8XXc1wmT1iwM,10740
|
|
28
|
+
yaralyzer-0.9.6.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
|
29
|
+
yaralyzer-0.9.6.dist-info/entry_points.txt,sha256=7LnLJrNTfql0vuctjRWwp_ZD-BYvtv9ENVipdjuT7XI,136
|
|
30
|
+
yaralyzer-0.9.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|