yaralyzer 1.0.6__py3-none-any.whl → 1.0.8__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 +10 -0
- yaralyzer/__init__.py +5 -2
- yaralyzer/bytes_match.py +145 -52
- yaralyzer/config.py +18 -6
- yaralyzer/decoding/bytes_decoder.py +34 -15
- yaralyzer/decoding/decoding_attempt.py +10 -9
- yaralyzer/encoding_detection/character_encodings.py +40 -40
- yaralyzer/encoding_detection/encoding_assessment.py +10 -4
- yaralyzer/encoding_detection/encoding_detector.py +17 -13
- yaralyzer/helpers/bytes_helper.py +113 -16
- yaralyzer/helpers/dict_helper.py +1 -2
- yaralyzer/helpers/file_helper.py +3 -3
- yaralyzer/helpers/list_helper.py +1 -0
- yaralyzer/helpers/rich_text_helper.py +13 -11
- yaralyzer/helpers/string_helper.py +1 -1
- yaralyzer/output/file_export.py +2 -1
- yaralyzer/output/file_hashes_table.py +34 -6
- yaralyzer/output/regex_match_metrics.py +13 -10
- yaralyzer/output/rich_console.py +18 -3
- yaralyzer/util/argument_parser.py +11 -10
- yaralyzer/util/logging.py +6 -6
- yaralyzer/yara/yara_match.py +1 -1
- yaralyzer/yara/yara_rule_builder.py +16 -17
- yaralyzer/yaralyzer.py +66 -51
- {yaralyzer-1.0.6.dist-info → yaralyzer-1.0.8.dist-info}/METADATA +12 -7
- yaralyzer-1.0.8.dist-info/RECORD +32 -0
- yaralyzer-1.0.6.dist-info/RECORD +0 -32
- {yaralyzer-1.0.6.dist-info → yaralyzer-1.0.8.dist-info}/LICENSE +0 -0
- {yaralyzer-1.0.6.dist-info → yaralyzer-1.0.8.dist-info}/WHEEL +0 -0
- {yaralyzer-1.0.6.dist-info → yaralyzer-1.0.8.dist-info}/entry_points.txt +0 -0
yaralyzer-1.0.6.dist-info/RECORD
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.yaralyzer.example,sha256=z3_mk41xxm0Pr_8MGM7AKQG0xEFRtGcyJLboMuelRp4,3504
|
|
2
|
-
CHANGELOG.md,sha256=5GoLQLJZ4BYUtKdJtcSpPkbbDmYJGG_iWXHst1bXHrQ,2878
|
|
3
|
-
LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
4
|
-
yaralyzer/__init__.py,sha256=YItEM_QKbLUj-6QZg2ZINrTzPQZ1IHOjGgoxmRR2buA,2703
|
|
5
|
-
yaralyzer/bytes_match.py,sha256=ShAxI_jZYElG1w-FJ9wNF-5SReL2uv-iJTiQQS3VTM0,8213
|
|
6
|
-
yaralyzer/config.py,sha256=VU5RTQwbNV3Ai02p4mAjiJrbL30gjjf9xBGl4IOh0Qs,3927
|
|
7
|
-
yaralyzer/decoding/bytes_decoder.py,sha256=tJKFoWChIpmgW23XiCwlfZCHdTXUz5z277U8-CXsjsg,8752
|
|
8
|
-
yaralyzer/decoding/decoding_attempt.py,sha256=8o0A4gidE4olW187QXIAYrAAYdjUsqoGz2YRgPqbJ3Y,8391
|
|
9
|
-
yaralyzer/encoding_detection/character_encodings.py,sha256=KqN0sdGZsVMaJM9qjGfcZNyyjcUPlTCob0jBLh-DW7E,5383
|
|
10
|
-
yaralyzer/encoding_detection/encoding_assessment.py,sha256=-YMjkl4AuQYBdq2SFMw1LvA7A8auNxtVIM93az9Xwzc,2368
|
|
11
|
-
yaralyzer/encoding_detection/encoding_detector.py,sha256=tqTgTOv7WjQgfVhShGETXgJmZFw16HoQ2l6WhLlAY34,4738
|
|
12
|
-
yaralyzer/helpers/bytes_helper.py,sha256=8AEW3aPv0dROD-srfe8z9m12bVZLrdvHRq-RBNQ4Vso,7442
|
|
13
|
-
yaralyzer/helpers/dict_helper.py,sha256=THbCgnTLgtM2v8MjjxZk2V296cYBghzjss6xhRBqYPQ,212
|
|
14
|
-
yaralyzer/helpers/file_helper.py,sha256=uf8dTOhRrJng0V36o7Mwk5t-L5gc4_uOaGj9F0s5OBA,1254
|
|
15
|
-
yaralyzer/helpers/list_helper.py,sha256=r3YUMkkVvl5R5VBzc3rxCzyPW_Nxhj5CRinBCHs9dAY,393
|
|
16
|
-
yaralyzer/helpers/rich_text_helper.py,sha256=elkWt2LoV_FnajK-UadEs_gPWSBE7NSsyJHN1eQsmgw,4213
|
|
17
|
-
yaralyzer/helpers/string_helper.py,sha256=AT2_CAgpvtp8GiUSKLTiDoToDD3tBB9BbrlX-s2bL7o,932
|
|
18
|
-
yaralyzer/output/decoding_attempts_table.py,sha256=x6AViJqAj7ept92OXWl9-PVk8MyBSyYt62mUgJjsP7U,4040
|
|
19
|
-
yaralyzer/output/file_export.py,sha256=9GkAg742yA6isQYg0t7isklT5cfDaVtIABNdiTwQ1BY,2902
|
|
20
|
-
yaralyzer/output/file_hashes_table.py,sha256=SnS2ip8dSeHoycQ0Ng3Gtpv9rXJSkKnvD2krTuhNg7s,1632
|
|
21
|
-
yaralyzer/output/regex_match_metrics.py,sha256=deJPaVnhpy-AUX6PCE_jbPLIlmfIOtl-cEVWsiFp3KY,3003
|
|
22
|
-
yaralyzer/output/rich_console.py,sha256=NJi6LjvoOfFXm9Kq9TQbZ3P32C5nQtahccUMEY_Ykpw,4248
|
|
23
|
-
yaralyzer/util/argument_parser.py,sha256=PNmdmFULBq10lAXOt9McZImQ-H5VNnrNN2LeTRxd0P0,12928
|
|
24
|
-
yaralyzer/util/logging.py,sha256=6N-JrQfAbVdCMYvqJ3MUHMchSwFN9208-0giWvX4OYY,4248
|
|
25
|
-
yaralyzer/yara/yara_match.py,sha256=4_26eaJT9I0PULiCdxerQtX4TfAIwcT-B6GJociGM9A,5119
|
|
26
|
-
yaralyzer/yara/yara_rule_builder.py,sha256=kAa3RBojM5GEaXDJjKZODAyx6yj34AlkOnQhACAFfZM,3021
|
|
27
|
-
yaralyzer/yaralyzer.py,sha256=f1y8qST6GZHEWl7nDNEBWpQuYjnsJ8dm9nGPWqZ4Hkk,9417
|
|
28
|
-
yaralyzer-1.0.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
29
|
-
yaralyzer-1.0.6.dist-info/METADATA,sha256=BExhlBEuVB8lDheyv8WT05yxRSGq3DrMWZNKqJKv1-o,10783
|
|
30
|
-
yaralyzer-1.0.6.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
|
31
|
-
yaralyzer-1.0.6.dist-info/entry_points.txt,sha256=7LnLJrNTfql0vuctjRWwp_ZD-BYvtv9ENVipdjuT7XI,136
|
|
32
|
-
yaralyzer-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|