yaralyzer 0.9.2__py3-none-any.whl → 0.9.3__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 CHANGED
@@ -1,5 +1,8 @@
1
1
  # NEXT RELEASE
2
2
 
3
+ ### 0.9.3
4
+ * Lock `yara-python` at 4.2.3 bc 4.3.x causes problems
5
+
3
6
  ### 0.9.2
4
7
  * Fix PyPi screenshots
5
8
  * Raise better error message if yara rules file doesn't exist
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yaralyzer
3
- Version: 0.9.2
3
+ Version: 0.9.3
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
@@ -19,7 +19,7 @@ Requires-Dist: chardet (>=5.0.0,<6.0.0)
19
19
  Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
20
20
  Requires-Dist: rich (>=12.5.1,<13.0.0)
21
21
  Requires-Dist: rich-argparse-plus (>=0.3.1,<0.4.0)
22
- Requires-Dist: yara-python (>=4.2.3,<5.0.0)
22
+ Requires-Dist: yara-python (>=4.2.3,<4.3.0)
23
23
  Project-URL: Documentation, https://github.com/michelcrypt4d4mus/yaralyzer
24
24
  Project-URL: Repository, https://github.com/michelcrypt4d4mus/yaralyzer
25
25
  Description-Content-Type: text/markdown
@@ -1,5 +1,5 @@
1
1
  .yaralyzer.example,sha256=Bp38fkp3rQ1_iFTkH51vlMQEGHE3x66rzwHQGCr-TS0,3610
2
- CHANGELOG.md,sha256=T7FVyoCGfRJNTpSOBY_X80jvt_OygiNVo3Bly5nyHCc,1776
2
+ CHANGELOG.md,sha256=iZKRHngWDLs8Y0_1lCmQRlJ8pr1HofJQjXAeRm56e4s,1842
3
3
  yaralyzer/__init__.py,sha256=sU2sN1lizcfxUg4vghz_L3OUwi7sWXGvNinE_tJCa4Y,2616
4
4
  yaralyzer/bytes_match.py,sha256=HaFxaSqtzvBUFXwXxuBATxPM_krG7WY1oEMFXwE5KrY,7011
5
5
  yaralyzer/config.py,sha256=ucKA1F4NqiSUBRDbINYjm0QqbXJjLmELKdpgmyajghs,3693
@@ -23,8 +23,8 @@ yaralyzer/util/logging.py,sha256=3qtLnCFbN8L1nTSwIQvxfcM5jfhIRWTFZj9XGQk74kc,432
23
23
  yaralyzer/yara/yara_match.py,sha256=ql3myrpr7uiUH93ZdUKdLOK3oxGmY2_hJyTVxw01hDk,4453
24
24
  yaralyzer/yara/yara_rule_builder.py,sha256=kAa3RBojM5GEaXDJjKZODAyx6yj34AlkOnQhACAFfZM,3021
25
25
  yaralyzer/yaralyzer.py,sha256=K0XIl0EL9Kv2WHubc1Px7Jvrn-Xm48fiVQ4nlUKfUTc,9180
26
- yaralyzer-0.9.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
27
- yaralyzer-0.9.2.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
28
- yaralyzer-0.9.2.dist-info/entry_points.txt,sha256=7LnLJrNTfql0vuctjRWwp_ZD-BYvtv9ENVipdjuT7XI,136
29
- yaralyzer-0.9.2.dist-info/METADATA,sha256=PLoL9TDlN-fOs7dTRU8OdqH76Gj6sPUV0v5hIuBsa_g,10282
30
- yaralyzer-0.9.2.dist-info/RECORD,,
26
+ yaralyzer-0.9.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
27
+ yaralyzer-0.9.3.dist-info/METADATA,sha256=FumYPXADt8uTVh9Ktp1EnnLHyVk2GDOPXeg4wxWuFn4,10282
28
+ yaralyzer-0.9.3.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
29
+ yaralyzer-0.9.3.dist-info/entry_points.txt,sha256=7LnLJrNTfql0vuctjRWwp_ZD-BYvtv9ENVipdjuT7XI,136
30
+ yaralyzer-0.9.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.4.0
2
+ Generator: poetry-core 1.5.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any