lief 0.16.4__cp312-cp312-manylinux_2_28_x86_64.whl → 0.16.5__cp312-cp312-manylinux_2_28_x86_64.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 lief might be problematic. Click here for more details.

lief/_lief.so CHANGED
Binary file
@@ -1,19 +1,18 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: lief
3
- Version: 0.16.4
3
+ Version: 0.16.5
4
4
  Summary: Library to instrument executable formats
5
5
  Keywords: parser,elf,pe,macho,reverse-engineering
6
- Home-page: https://lief-project.github.io/
7
6
  Author-Email: Romain Thomas <contact@lief.re>
8
7
  License: Apache License 2.0
9
8
  Classifier: Development Status :: 4 - Beta
10
9
  Classifier: Programming Language :: Python :: 3
11
10
  Classifier: Programming Language :: C++
12
11
  Classifier: Topic :: Software Development :: Libraries
13
- Project-URL: Homepage, https://lief-project.github.io/
14
- Project-URL: Documentation, https://lief-project.github.io/doc/latest/
15
- Project-URL: Repository, https://github.com/lief-project/LIEF
16
- Project-URL: Changelog, https://lief-project.github.io/doc/latest/changelog.html
12
+ Project-URL: homepage, https://lief-project.github.io/
13
+ Project-URL: documentation, https://lief-project.github.io/doc/latest/
14
+ Project-URL: repository, https://github.com/lief-project/LIEF
15
+ Project-URL: changelog, https://lief-project.github.io/doc/latest/changelog.html
17
16
  Project-URL: Funding, https://github.com/sponsors/lief-project
18
17
  Project-URL: Tracker, https://github.com/lief-project/LIEF/issues
19
18
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  lief/__init__.py,sha256=sOMCNwqJ22NGeTiw6U8ZGdU974xKMcPJeVrqw_IuAFo,643
2
2
  lief/__init__.pyi,sha256=Pw-RQM-xjzfEVX3K465XOBW5P0tqVsHW5kEjonWR6ok,11053
3
- lief/_lief.so,sha256=8AR_a_2ss1uxmvEsiCQ4vp5bgmkIMt_cN-hbeFix2Sg,8100696
3
+ lief/_lief.so,sha256=AusB0trytFLZdPWQzvhQBTiHX8EquqbPW6oExXEE4cw,8132592
4
4
  lief/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  lief/ART/__init__.pyi,sha256=1j1sBIH6yL_Yt57jfU5NjKApThpi3yIuZ55GVJw1cXA,1892
6
6
  lief/Android/__init__.pyi,sha256=H01bnBakndPhjeV76KbniMaqCfOg6h06oMP3T-AcUrg,567
@@ -28,6 +28,6 @@ lief/logging/__init__.pyi,sha256=Wxhe9RqLOmZ74-GfgrY-Yjq9PnCQktUYIncHkSIoYrc,626
28
28
  lief/objc/__init__.pyi,sha256=jYeFLOHsdI76IZk0q3LdqI5Q4D-Om4oc7WzfjvHMapc,1854
29
29
  lief/pdb/__init__.pyi,sha256=kouZpAbkGg6QzeZLpMfGL7uKdoVur6AT3f901AVPdW0,1849
30
30
  lief/pdb/types/__init__.pyi,sha256=KDf2dzaUWprt_yJgmcVeFF8q2k1w7C-zDcX-6PEzd6o,1194
31
- lief-0.16.4.dist-info/METADATA,sha256=4t6uYVCclvg4B3lUirLLTdW-0SRe5NLC_eLdtj_YsHg,2466
32
- lief-0.16.4.dist-info/WHEEL,sha256=9iOL9J6K1KRUh-6zlW7HzQ8NglLTrW2hS5QdhcCULIQ,117
33
- lief-0.16.4.dist-info/RECORD,,
31
+ lief-0.16.5.dist-info/METADATA,sha256=XW7qW6SdwFJIqUw_YD7UWioxfutLDn17mfrUwTmM-0A,2423
32
+ lief-0.16.5.dist-info/WHEEL,sha256=xzH26Gt9Qq9F-BV1MViXB9rWNxwQBFDqpbAdP7YC-ek,118
33
+ lief-0.16.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.9.8
2
+ Generator: scikit-build-core 0.11.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-manylinux_2_28_x86_64
5
5