About
=====
The purpose of this project is to provide a cross platform library that can parse, modify and
abstract ELF, PE and MachO formats.
Main features:
* **Parsing**: LIEF can parse ELF, PE, MachO, OAT, DEX, VDEX, ART and provides an user-friendly API to access to format internals.
* **Modify**: LIEF enables to modify some parts of these formats
* **Abstract**: Three formats have common features like sections, symbols, entry point... LIEF factors them.
* **API**: LIEF can be used in C, C++, Python and Rust
LIEF Extended:
* DWARF/PDB Support
* Objective-C Metadata
* dyld shared cache
Checkout: https://lief.re/doc/latest/extended/intro.html for the details
Getting Started
================
.. code-block:: console
$ pip install lief
.. code-block:: python
import lief
elf = lief.ELF.parse("/bin/ls")
for section in elf.sections:
print(section.name, len(section.content))
pe = lief.PE.parse("cmd.exe")
for imp in pe.imports:
print(imp.name)
fat = lief.MachO.parse("/bin/dyld")
for macho in fat:
for sym in macho.symbols:
print(sym)
Documentation
=============
* `Main documentation <https://lief.re/doc/latest/index.html>`_
* `API <https://lief.re/doc/latest/api/python/index.html>`_
Contact
=======
* **Mail**: contact at lief.re
* **Discord**: `LIEF <https://discord.gg/jGQtyAYChJ>`_
Authors
=======
Romain Thomas `@rh0main <https://x.com/rh0main>`_
----
LIEF is provided under the `Apache 2.0 license <https://github.com/lief-project/LIEF/blob/0.15.1/LICENSE>`_
Raw data
{
"_id": null,
"home_page": "https://lief-project.github.io/",
"name": "lief",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "parser, elf, pe, macho, reverse-engineering",
"author": null,
"author_email": "Romain Thomas <contact@lief.re>",
"download_url": null,
"platform": null,
"description": "About\n=====\n\nThe purpose of this project is to provide a cross platform library that can parse, modify and\nabstract ELF, PE and MachO formats.\n\nMain features:\n\n * **Parsing**: LIEF can parse ELF, PE, MachO, OAT, DEX, VDEX, ART and provides an user-friendly API to access to format internals.\n * **Modify**: LIEF enables to modify some parts of these formats\n * **Abstract**: Three formats have common features like sections, symbols, entry point... LIEF factors them.\n * **API**: LIEF can be used in C, C++, Python and Rust\n\nLIEF Extended:\n\n * DWARF/PDB Support\n * Objective-C Metadata\n * dyld shared cache\n\nCheckout: https://lief.re/doc/latest/extended/intro.html for the details\n\nGetting Started\n================\n\n.. code-block:: console\n\n $ pip install lief\n\n.. code-block:: python\n\n import lief\n\n elf = lief.ELF.parse(\"/bin/ls\")\n for section in elf.sections:\n print(section.name, len(section.content))\n\n pe = lief.PE.parse(\"cmd.exe\")\n for imp in pe.imports:\n print(imp.name)\n\n fat = lief.MachO.parse(\"/bin/dyld\")\n for macho in fat:\n for sym in macho.symbols:\n print(sym)\n\nDocumentation\n=============\n\n* `Main documentation <https://lief.re/doc/latest/index.html>`_\n* `API <https://lief.re/doc/latest/api/python/index.html>`_\n\nContact\n=======\n\n* **Mail**: contact at lief.re\n* **Discord**: `LIEF <https://discord.gg/jGQtyAYChJ>`_\n\nAuthors\n=======\n\nRomain Thomas `@rh0main <https://x.com/rh0main>`_\n\n----\n\nLIEF is provided under the `Apache 2.0 license <https://github.com/lief-project/LIEF/blob/0.15.1/LICENSE>`_\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Library to instrument executable formats",
"version": "0.16.0",
"project_urls": {
"Changelog": "https://lief-project.github.io/doc/latest/changelog.html",
"Documentation": "https://lief-project.github.io/doc/latest/",
"Funding": "https://github.com/sponsors/lief-project",
"Homepage": "https://lief-project.github.io/",
"Repository": "https://github.com/lief-project/LIEF",
"Tracker": "https://github.com/lief-project/LIEF/issues"
},
"split_keywords": [
"parser",
" elf",
" pe",
" macho",
" reverse-engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "173b194609be88561a9b69e45a3abc68cd03a77272963d2f9932253a9cd5367e",
"md5": "f85493788248a3ba0dfd681603827b1d",
"sha256": "b64a1615c1b3a6573966b2eefc66946d4513f64d8640715d734349c4e89ce993"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f85493788248a3ba0dfd681603827b1d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2630190,
"upload_time": "2024-12-10T10:57:12",
"upload_time_iso_8601": "2024-12-10T10:57:12.474315Z",
"url": "https://files.pythonhosted.org/packages/17/3b/194609be88561a9b69e45a3abc68cd03a77272963d2f9932253a9cd5367e/lief-0.16.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24f564141716b4ed20c2c46c4091e5cb329705f723c69470e95e046fe59a8375",
"md5": "780fe7fe258c72547978572891f238c4",
"sha256": "a48cfa01d2ddb8bf7b1fc830bf9f49fa22b7aa0f06bbdfecb35d273538bd7fc9"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "780fe7fe258c72547978572891f238c4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2724171,
"upload_time": "2024-12-10T10:57:16",
"upload_time_iso_8601": "2024-12-10T10:57:16.277384Z",
"url": "https://files.pythonhosted.org/packages/24/f5/64141716b4ed20c2c46c4091e5cb329705f723c69470e95e046fe59a8375/lief-0.16.0-cp310-cp310-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5d15e92799808eb6f1d3b437f6b42122807f70efcd8e7b5b935bbd398939a052",
"md5": "bce72a664d5f869bcf04d5b4813a5896",
"sha256": "f88b39da93349bc9fb690de3973289e17a3c6805870337b4f74556a26d5c6ff6"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "bce72a664d5f869bcf04d5b4813a5896",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3594158,
"upload_time": "2024-12-10T10:57:18",
"upload_time_iso_8601": "2024-12-10T10:57:18.448106Z",
"url": "https://files.pythonhosted.org/packages/5d/15/e92799808eb6f1d3b437f6b42122807f70efcd8e7b5b935bbd398939a052/lief-0.16.0-cp310-cp310-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93c980bdc9ecfe499f195560db8876c0c7fcb94e746bf3abcc2d6e8d3de0c15b",
"md5": "d5c5c4b26034ad335cd0dc286c8e38f4",
"sha256": "bec8693e25d07f208664513f2d1e6a64bb52766ac0bb2666255c3c5d6d9ebd10"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d5c5c4b26034ad335cd0dc286c8e38f4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2973859,
"upload_time": "2024-12-10T10:57:20",
"upload_time_iso_8601": "2024-12-10T10:57:20.486204Z",
"url": "https://files.pythonhosted.org/packages/93/c9/80bdc9ecfe499f195560db8876c0c7fcb94e746bf3abcc2d6e8d3de0c15b/lief-0.16.0-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a4de6d6e05be33b128125b0d84fff5c349e608fd242ae87d41c1cc33b9b4915",
"md5": "854cc0838f445ef4caf737b1777f95ee",
"sha256": "103d7d8b7c3127b2d3f763b0afa5385f9ebb73c53743ac0eace84b26782c4304"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "854cc0838f445ef4caf737b1777f95ee",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3280837,
"upload_time": "2024-12-10T10:57:22",
"upload_time_iso_8601": "2024-12-10T10:57:22.585140Z",
"url": "https://files.pythonhosted.org/packages/9a/4d/e6d6e05be33b128125b0d84fff5c349e608fd242ae87d41c1cc33b9b4915/lief-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fbb0478718fc292647c8629659139914f301886b37a668d67e8af9c7472084c",
"md5": "a0b64898266e4c6d3326eb6fa2cc0622",
"sha256": "4027fa77f07b961ef0c20bff77c840f6f5bdc4cedfd69cbdba8aad43fb0395fd"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "a0b64898266e4c6d3326eb6fa2cc0622",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3033832,
"upload_time": "2024-12-10T10:57:26",
"upload_time_iso_8601": "2024-12-10T10:57:26.035684Z",
"url": "https://files.pythonhosted.org/packages/8f/bb/0478718fc292647c8629659139914f301886b37a668d67e8af9c7472084c/lief-0.16.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8bd553feb75ec54acf5a49dbef2e5e9f432fcc1b6f32abafb3e213248301493a",
"md5": "dc90acbf98d9839128281c76853d2d48",
"sha256": "bc570712fc529ee7e6bc0e84cbade2d486077fffeac5c142eed975336ec13bf6"
},
"downloads": -1,
"filename": "lief-0.16.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "dc90acbf98d9839128281c76853d2d48",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3155882,
"upload_time": "2024-12-10T10:57:29",
"upload_time_iso_8601": "2024-12-10T10:57:29.947448Z",
"url": "https://files.pythonhosted.org/packages/8b/d5/53feb75ec54acf5a49dbef2e5e9f432fcc1b6f32abafb3e213248301493a/lief-0.16.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb43518b05c65179b7d2b8c9db2b2e082c3ec460e9980f575bd9d8fa70845bc5",
"md5": "0edc64bff030fd297e59d911661a180d",
"sha256": "62d59697fe4757923ab8261fcf2c0b948c2916854ae79c4c305460247c36a345"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0edc64bff030fd297e59d911661a180d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2624787,
"upload_time": "2024-12-10T10:57:32",
"upload_time_iso_8601": "2024-12-10T10:57:32.540554Z",
"url": "https://files.pythonhosted.org/packages/bb/43/518b05c65179b7d2b8c9db2b2e082c3ec460e9980f575bd9d8fa70845bc5/lief-0.16.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16ea2b39d39ded54f36771c780a984e18f1930608734476a1ff8479b690a5cf6",
"md5": "df15b50153058ef0846bbd5a65ec2150",
"sha256": "f95b477674a3a3c8443036169838a7c5506357df48a100d2e1ea731e7fab8c80"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "df15b50153058ef0846bbd5a65ec2150",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2724418,
"upload_time": "2024-12-10T10:57:36",
"upload_time_iso_8601": "2024-12-10T10:57:36.649952Z",
"url": "https://files.pythonhosted.org/packages/16/ea/2b39d39ded54f36771c780a984e18f1930608734476a1ff8479b690a5cf6/lief-0.16.0-cp311-cp311-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "302b0c8a65fc29e1725685077d98f9932e1c0cf9ed7fa833402735ad765e9af0",
"md5": "73a27a9692c7e6f66bca92f7651bcdd7",
"sha256": "687429e4eab8ae179c22bbb854ad7f4689796eaa3f3d56e3c5b467919977832d"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "73a27a9692c7e6f66bca92f7651bcdd7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3596710,
"upload_time": "2024-12-10T10:57:38",
"upload_time_iso_8601": "2024-12-10T10:57:38.746987Z",
"url": "https://files.pythonhosted.org/packages/30/2b/0c8a65fc29e1725685077d98f9932e1c0cf9ed7fa833402735ad765e9af0/lief-0.16.0-cp311-cp311-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "704fbf7c3daf15be6bf399d6ea0652e51eecfbacdb5cb5e88bf8421ad0d8219d",
"md5": "6becbcca0f778045553142b495ce5ef2",
"sha256": "f6ccba7a762862f99ec9374e965631b17987eaecccd598860e07327f7210d505"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "6becbcca0f778045553142b495ce5ef2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2974135,
"upload_time": "2024-12-10T10:57:40",
"upload_time_iso_8601": "2024-12-10T10:57:40.550141Z",
"url": "https://files.pythonhosted.org/packages/70/4f/bf7c3daf15be6bf399d6ea0652e51eecfbacdb5cb5e88bf8421ad0d8219d/lief-0.16.0-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c0297478da78ec3bebc934bf6f0890b9d250007ed5469f3f7b427d80b885705",
"md5": "be8c90ff17c99ec3a9b4e1d2007d9c87",
"sha256": "1e2c8b544ec47d551706b46d87e43d81ed1903ea91cb372a0a957cd90e3cd259"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "be8c90ff17c99ec3a9b4e1d2007d9c87",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3281231,
"upload_time": "2024-12-10T10:57:42",
"upload_time_iso_8601": "2024-12-10T10:57:42.504956Z",
"url": "https://files.pythonhosted.org/packages/8c/02/97478da78ec3bebc934bf6f0890b9d250007ed5469f3f7b427d80b885705/lief-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e35839ce40b5f8a3deb041446d6e3c3d62da465c0772aec1dec53123a480e2d",
"md5": "684697cd1ec3a86dd6f27a366610638c",
"sha256": "663f29ca2c67735508986fa1ea0d4cabf0cd98e6ac1872c7de9b6133c8b5cfa8"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "684697cd1ec3a86dd6f27a366610638c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3033964,
"upload_time": "2024-12-10T10:57:44",
"upload_time_iso_8601": "2024-12-10T10:57:44.424504Z",
"url": "https://files.pythonhosted.org/packages/2e/35/839ce40b5f8a3deb041446d6e3c3d62da465c0772aec1dec53123a480e2d/lief-0.16.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e70f7294b6e2d2a11d3f1927745c984f2c3680e357fd577456bd0e96fd2505a2",
"md5": "5e15ac482a719b639f6655317f516ccf",
"sha256": "f99749a965deab434cdf5d2f8ba96c07ec82ba041086e33fa837983563b79c3f"
},
"downloads": -1,
"filename": "lief-0.16.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "5e15ac482a719b639f6655317f516ccf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3156532,
"upload_time": "2024-12-10T10:57:50",
"upload_time_iso_8601": "2024-12-10T10:57:50.252302Z",
"url": "https://files.pythonhosted.org/packages/e7/0f/7294b6e2d2a11d3f1927745c984f2c3680e357fd577456bd0e96fd2505a2/lief-0.16.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9aff7b935ecd96e82666fe3c27df9f371725ff6c710f3cf7ccfcfceebbf9592",
"md5": "ad4733a27f7e10419307d41e39535c47",
"sha256": "166cd4e9185dceb47506e124d962c3b71216d1ccf23ed7df913567a666160443"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "ad4733a27f7e10419307d41e39535c47",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2630238,
"upload_time": "2024-12-10T10:57:52",
"upload_time_iso_8601": "2024-12-10T10:57:52.332036Z",
"url": "https://files.pythonhosted.org/packages/c9/af/f7b935ecd96e82666fe3c27df9f371725ff6c710f3cf7ccfcfceebbf9592/lief-0.16.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c20315fc2678ca21853bff989a1ba14a707460d0b14f47d0d848644a9958ca6",
"md5": "b758fdc4f59a74a905e4e4bc1239b8fc",
"sha256": "5c72bff1cc1ec94177a0177fae4184b5f4121dfe434a41a0c7593e7dd71fce49"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "b758fdc4f59a74a905e4e4bc1239b8fc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2730029,
"upload_time": "2024-12-10T10:57:55",
"upload_time_iso_8601": "2024-12-10T10:57:55.748495Z",
"url": "https://files.pythonhosted.org/packages/4c/20/315fc2678ca21853bff989a1ba14a707460d0b14f47d0d848644a9958ca6/lief-0.16.0-cp312-cp312-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "170b06d1c08074efda98ab7470ff1f08b7c05008613bb2d4ea293f94821b45c2",
"md5": "6ee169a5c54d17aa60c6bc6844b7fbdc",
"sha256": "b8845d67b877688535b20c03df9b933d6826afdff14362e5d819a74dee01f1fe"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6ee169a5c54d17aa60c6bc6844b7fbdc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3595888,
"upload_time": "2024-12-10T10:57:57",
"upload_time_iso_8601": "2024-12-10T10:57:57.637407Z",
"url": "https://files.pythonhosted.org/packages/17/0b/06d1c08074efda98ab7470ff1f08b7c05008613bb2d4ea293f94821b45c2/lief-0.16.0-cp312-cp312-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a188045e1f273e59c94a800aadf16c8317b038354257f3953c3a79a95b87ef45",
"md5": "c30439daf6aac2a11f056e8705d40521",
"sha256": "eb232ee1e87a0a8e3a9684540a5614afd6f451ed7613757c4bfe26448f3b33ca"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "c30439daf6aac2a11f056e8705d40521",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2980061,
"upload_time": "2024-12-10T10:58:01",
"upload_time_iso_8601": "2024-12-10T10:58:01.392573Z",
"url": "https://files.pythonhosted.org/packages/a1/88/045e1f273e59c94a800aadf16c8317b038354257f3953c3a79a95b87ef45/lief-0.16.0-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c94d3b72cf236ff771de3cd5c5c47db795f2bf5f16a2711f8bc1316a5706158e",
"md5": "732bce80a3f87653247840ce905021d6",
"sha256": "5aee7b4225a6836c5c3358feaa209f36129317e0062e902bcfb0a126cceb722b"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "732bce80a3f87653247840ce905021d6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3288376,
"upload_time": "2024-12-10T10:58:04",
"upload_time_iso_8601": "2024-12-10T10:58:04.848714Z",
"url": "https://files.pythonhosted.org/packages/c9/4d/3b72cf236ff771de3cd5c5c47db795f2bf5f16a2711f8bc1316a5706158e/lief-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f017c60001ff6a2066f887852edfdf3b774f5c8ed83f7d9d4bef1cc738eaecae",
"md5": "f54a6c58755ee121d007491e18f0f68a",
"sha256": "03edfdc23c2767d01c93d19a5c447d1373597e74adb78a65982f84d4df10741f"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "f54a6c58755ee121d007491e18f0f68a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3041286,
"upload_time": "2024-12-10T10:58:06",
"upload_time_iso_8601": "2024-12-10T10:58:06.686487Z",
"url": "https://files.pythonhosted.org/packages/f0/17/c60001ff6a2066f887852edfdf3b774f5c8ed83f7d9d4bef1cc738eaecae/lief-0.16.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ec845cc123f21bfa44dd73091ff589b8c23fd4d602b7d69effcd1cb5e5c2a27f",
"md5": "ee4d0dc7e8d3fa29285c0166a2fd2c21",
"sha256": "5036f2f76f9bda020b739a74fc05e67ee702fe93752a3c610d7ea464e003e26a"
},
"downloads": -1,
"filename": "lief-0.16.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "ee4d0dc7e8d3fa29285c0166a2fd2c21",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3165850,
"upload_time": "2024-12-10T10:58:09",
"upload_time_iso_8601": "2024-12-10T10:58:09.115493Z",
"url": "https://files.pythonhosted.org/packages/ec/84/5cc123f21bfa44dd73091ff589b8c23fd4d602b7d69effcd1cb5e5c2a27f/lief-0.16.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc278bbdc349dd8cf026feb34dfe7a2cd0da04fef541f6abcc38deb20df0042f",
"md5": "a6ab10a4b2c4c833d12a7dfff3a6d62a",
"sha256": "198e11a79d7eff9c2de30888bc34bc42c10ec1e07ada153b9418bf0be138f8f4"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a6ab10a4b2c4c833d12a7dfff3a6d62a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2636108,
"upload_time": "2024-12-10T10:58:12",
"upload_time_iso_8601": "2024-12-10T10:58:12.577657Z",
"url": "https://files.pythonhosted.org/packages/dc/27/8bbdc349dd8cf026feb34dfe7a2cd0da04fef541f6abcc38deb20df0042f/lief-0.16.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "121654a13f81dd77825d5d61a9e9ea6f0eb7c1b45931ee1eb8e8810735bfc61b",
"md5": "381df11e8505fa78845a225217af384e",
"sha256": "772273a51a01308c59e0058fa38f6caf3c08d0f356b4c4afecaca3229bc7dbde"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "381df11e8505fa78845a225217af384e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2729955,
"upload_time": "2024-12-10T10:58:14",
"upload_time_iso_8601": "2024-12-10T10:58:14.382827Z",
"url": "https://files.pythonhosted.org/packages/12/16/54a13f81dd77825d5d61a9e9ea6f0eb7c1b45931ee1eb8e8810735bfc61b/lief-0.16.0-cp313-cp313-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d1351d6c818d1f6ad0aea4af38dfe6d76b4e73c6382b33547b3ff1f3ee98035",
"md5": "c9689d6da26ef2a24e3c532b73daa602",
"sha256": "f50c18ef2a1e7e60e7da2d9b4fb91417c35cb5a0e09c34d1d4f6b535f1346453"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c9689d6da26ef2a24e3c532b73daa602",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3599841,
"upload_time": "2024-12-10T10:58:16",
"upload_time_iso_8601": "2024-12-10T10:58:16.752828Z",
"url": "https://files.pythonhosted.org/packages/1d/13/51d6c818d1f6ad0aea4af38dfe6d76b4e73c6382b33547b3ff1f3ee98035/lief-0.16.0-cp313-cp313-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6b9c6ad994e93deafc80be4b1555cf01b14da1c9912fd8a686cb52c965b04f8",
"md5": "3a986742a5ca8fda56570f1d6e5b4922",
"sha256": "fdb57ef2d57a550094d937e91b0f7291b7481a405d63c5bdb5538395fcdaa476"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3a986742a5ca8fda56570f1d6e5b4922",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2979870,
"upload_time": "2024-12-10T10:58:20",
"upload_time_iso_8601": "2024-12-10T10:58:20.426068Z",
"url": "https://files.pythonhosted.org/packages/c6/b9/c6ad994e93deafc80be4b1555cf01b14da1c9912fd8a686cb52c965b04f8/lief-0.16.0-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd8294a5b51cb6b395170528cf81cae9d504fc7cd466222561c61f074de4b912",
"md5": "48f0892aa61082b20a4e7c58045d59e0",
"sha256": "1225063b8c82d83643c0e7424c20f1ce89fd742772a0aa11e180738173472897"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "48f0892aa61082b20a4e7c58045d59e0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3288263,
"upload_time": "2024-12-10T10:58:22",
"upload_time_iso_8601": "2024-12-10T10:58:22.354182Z",
"url": "https://files.pythonhosted.org/packages/cd/82/94a5b51cb6b395170528cf81cae9d504fc7cd466222561c61f074de4b912/lief-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fa9aac5ef94f414fe1a3bbcfb1bf372ac62b8f1a162340fc0160d8c2978afac",
"md5": "f80cc6ae2d303645ef49818faa9dbc8c",
"sha256": "acdbeabe93ca50588cb579954b0c8c80e6820260143c694e1d4c68a26b8d597a"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "f80cc6ae2d303645ef49818faa9dbc8c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3041200,
"upload_time": "2024-12-10T10:58:25",
"upload_time_iso_8601": "2024-12-10T10:58:25.637907Z",
"url": "https://files.pythonhosted.org/packages/8f/a9/aac5ef94f414fe1a3bbcfb1bf372ac62b8f1a162340fc0160d8c2978afac/lief-0.16.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f48bdf2d174d01ba21fdf42b1c221a11f37c9b2069b57e03c61c936e2024aea3",
"md5": "ff7f0c791f91c484e6ffd5b9dbd583a0",
"sha256": "e8ccec90734892f218538454b285c7d3e2d5907f9071e8a57f6ce776a9f923eb"
},
"downloads": -1,
"filename": "lief-0.16.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "ff7f0c791f91c484e6ffd5b9dbd583a0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3165985,
"upload_time": "2024-12-10T10:58:27",
"upload_time_iso_8601": "2024-12-10T10:58:27.524666Z",
"url": "https://files.pythonhosted.org/packages/f4/8b/df2d174d01ba21fdf42b1c221a11f37c9b2069b57e03c61c936e2024aea3/lief-0.16.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "060dbfb30c55daa268dac381240f7340ee1636d469917ebc8763938836c3b563",
"md5": "12cdeb5093e1c9bb15c9a1757b3cb0dc",
"sha256": "3fa2afbd074ae5e1fb3caf784852193809cb719ab09947feef19b5c305aa1499"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "12cdeb5093e1c9bb15c9a1757b3cb0dc",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2629122,
"upload_time": "2024-12-10T10:58:29",
"upload_time_iso_8601": "2024-12-10T10:58:29.389523Z",
"url": "https://files.pythonhosted.org/packages/06/0d/bfb30c55daa268dac381240f7340ee1636d469917ebc8763938836c3b563/lief-0.16.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4daddcc09eb5436f08f6f792e3edcbe3d60a035a15db80e4d45cbc5c713b5c3b",
"md5": "f913000bf74ca339ea3368e422b2bffa",
"sha256": "71cdaffe434ee7f50b0e3749fc9c8ed7fe4de39a417f7a06fe8e58d3ee80bcb9"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "f913000bf74ca339ea3368e422b2bffa",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2723146,
"upload_time": "2024-12-10T10:58:32",
"upload_time_iso_8601": "2024-12-10T10:58:32.647953Z",
"url": "https://files.pythonhosted.org/packages/4d/ad/dcc09eb5436f08f6f792e3edcbe3d60a035a15db80e4d45cbc5c713b5c3b/lief-0.16.0-cp38-cp38-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "982b0a93d16a73ec078be15673551a3e3a6769672832df4982028c7e53021ca5",
"md5": "e827d5cd8035d20c0830ef66cfa1aa57",
"sha256": "36dbfc0d5ba7cb68aab95555409ea9d57371d358457b25e0c5ac664b37035efd"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e827d5cd8035d20c0830ef66cfa1aa57",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3595044,
"upload_time": "2024-12-10T10:58:35",
"upload_time_iso_8601": "2024-12-10T10:58:35.990479Z",
"url": "https://files.pythonhosted.org/packages/98/2b/0a93d16a73ec078be15673551a3e3a6769672832df4982028c7e53021ca5/lief-0.16.0-cp38-cp38-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4ef22a801134296fdbd5fea193b5f8089bfa925a01ff3ae20b0ea4e4b5de387",
"md5": "1e7dd848dd28cc61a4e96bbde54baa23",
"sha256": "dbcdf6671f3406d8d5f59d5c42d7fc6a40dd91a3874d2c4dfe0f878c0aa693fd"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "1e7dd848dd28cc61a4e96bbde54baa23",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2972904,
"upload_time": "2024-12-10T10:58:39",
"upload_time_iso_8601": "2024-12-10T10:58:39.547488Z",
"url": "https://files.pythonhosted.org/packages/d4/ef/22a801134296fdbd5fea193b5f8089bfa925a01ff3ae20b0ea4e4b5de387/lief-0.16.0-cp38-cp38-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47a88a5267db26065fcfb56d1fdda4f19eb533e9262f8c1a2179087e25db26e1",
"md5": "74dc4ce039f8a8bd011b3038296fd0f3",
"sha256": "5d7a28dfaab19d8767e9225f74f7c005d28a0d5b78f3f9c6aed47af7ffbe7121"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "74dc4ce039f8a8bd011b3038296fd0f3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3279999,
"upload_time": "2024-12-10T10:58:41",
"upload_time_iso_8601": "2024-12-10T10:58:41.640774Z",
"url": "https://files.pythonhosted.org/packages/47/a8/8a5267db26065fcfb56d1fdda4f19eb533e9262f8c1a2179087e25db26e1/lief-0.16.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3159917129d514293d0ff41e107ad52ba6964f041891465fb3c38cc05121ad20",
"md5": "0154ddab3ee93ab590db56ee352a326d",
"sha256": "f4c6d8d5f0e926fd5d8d085d8cc08c85429eb89ac521adc483b3cd16821df3c1"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "0154ddab3ee93ab590db56ee352a326d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3033394,
"upload_time": "2024-12-10T10:58:45",
"upload_time_iso_8601": "2024-12-10T10:58:45.687207Z",
"url": "https://files.pythonhosted.org/packages/31/59/917129d514293d0ff41e107ad52ba6964f041891465fb3c38cc05121ad20/lief-0.16.0-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b57abac082cde83864cb9cbed4620ede678f38f30622d065bb538ce52701ecea",
"md5": "d532aa03ce7056fc727a53e6f277ddb0",
"sha256": "37b1027e314c9aa50b15dd07c9ac38f41139ec53051ed089249c05956dcf3180"
},
"downloads": -1,
"filename": "lief-0.16.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "d532aa03ce7056fc727a53e6f277ddb0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3155373,
"upload_time": "2024-12-10T10:58:47",
"upload_time_iso_8601": "2024-12-10T10:58:47.474747Z",
"url": "https://files.pythonhosted.org/packages/b5/7a/bac082cde83864cb9cbed4620ede678f38f30622d065bb538ce52701ecea/lief-0.16.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df74ec650d9d14634f5ebb6bd69d0969bb8358387ac598ae7540087d9aa60f88",
"md5": "57114822be1720ffb1eb3633ae6f4d0a",
"sha256": "78021270bd6bc8a00f79de38ebc8cae991b5e0d64f1912e8c0913c476e7c1a33"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "57114822be1720ffb1eb3633ae6f4d0a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2630146,
"upload_time": "2024-12-10T10:58:49",
"upload_time_iso_8601": "2024-12-10T10:58:49.375532Z",
"url": "https://files.pythonhosted.org/packages/df/74/ec650d9d14634f5ebb6bd69d0969bb8358387ac598ae7540087d9aa60f88/lief-0.16.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23dd06062c19ca2e103f0ee9f37a318054ccadb697b012582fe2bd6062857bbb",
"md5": "6293712416c5b512167770e6b7218b76",
"sha256": "f35319f74ce68ff99e699b05161c6d5fccc0358447eab175df56d21406c9cda1"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "6293712416c5b512167770e6b7218b76",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2724290,
"upload_time": "2024-12-10T10:58:51",
"upload_time_iso_8601": "2024-12-10T10:58:51.190769Z",
"url": "https://files.pythonhosted.org/packages/23/dd/06062c19ca2e103f0ee9f37a318054ccadb697b012582fe2bd6062857bbb/lief-0.16.0-cp39-cp39-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "95e42659cfd39d9f429170caae6bb69d5c8c604ccdef4bd6fb01a69f0931fed4",
"md5": "dcd0ae7a68426da8485bcb93393e4fc3",
"sha256": "f1479f048d37891205b5aa5eea0ac4dec164db266b6e653c853ca51527c3975c"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "dcd0ae7a68426da8485bcb93393e4fc3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3596403,
"upload_time": "2024-12-10T10:58:56",
"upload_time_iso_8601": "2024-12-10T10:58:56.645263Z",
"url": "https://files.pythonhosted.org/packages/95/e4/2659cfd39d9f429170caae6bb69d5c8c604ccdef4bd6fb01a69f0931fed4/lief-0.16.0-cp39-cp39-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b2897272926c876dbbc1c31b35f61fd674a274d9eceea476b18dc9b959465dcc",
"md5": "c235ffad57e089439cd5fefbaf7fc93e",
"sha256": "ba42e43b43fe7dfec45b80a8c8a5c61add78910f649df6a972976ed9098ee0f1"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "c235ffad57e089439cd5fefbaf7fc93e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2974094,
"upload_time": "2024-12-10T10:58:58",
"upload_time_iso_8601": "2024-12-10T10:58:58.509607Z",
"url": "https://files.pythonhosted.org/packages/b2/89/7272926c876dbbc1c31b35f61fd674a274d9eceea476b18dc9b959465dcc/lief-0.16.0-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4d27bc42165903491d9cd8ed50b0b059adfb6881a7c955435c31d9c9d0ab30b",
"md5": "eb37d9f2b25accca6a6c9ba159114317",
"sha256": "c0b02aca317cb6749fee1ab6641498c34c20489fc89683688b3a56d1c136babd"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "eb37d9f2b25accca6a6c9ba159114317",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3281112,
"upload_time": "2024-12-10T10:59:01",
"upload_time_iso_8601": "2024-12-10T10:59:01.983469Z",
"url": "https://files.pythonhosted.org/packages/e4/d2/7bc42165903491d9cd8ed50b0b059adfb6881a7c955435c31d9c9d0ab30b/lief-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "af7dacaab2e5f7e860d4ebed8d02fd4e4f0a59dfde90ff07805a1e0091fd6e96",
"md5": "4c0c19f23649c7080a799f7dbf892d24",
"sha256": "06434a495addf63cdddfc765c133f5e650df609f88c3d625cb736c84619b26a2"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "4c0c19f23649c7080a799f7dbf892d24",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3034077,
"upload_time": "2024-12-10T10:59:03",
"upload_time_iso_8601": "2024-12-10T10:59:03.784749Z",
"url": "https://files.pythonhosted.org/packages/af/7d/acaab2e5f7e860d4ebed8d02fd4e4f0a59dfde90ff07805a1e0091fd6e96/lief-0.16.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e9c3e7e25a2b732ba89bc8be738be088fd49c5321907087d006faf364cdb360",
"md5": "f6a2fbb17b6519d1ad03c3768bbce46d",
"sha256": "ddd7d1032689863175a4ee088563a2da0c7aa0ff51f9833fd82dea474e7152cf"
},
"downloads": -1,
"filename": "lief-0.16.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "f6a2fbb17b6519d1ad03c3768bbce46d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3156340,
"upload_time": "2024-12-10T10:59:05",
"upload_time_iso_8601": "2024-12-10T10:59:05.677602Z",
"url": "https://files.pythonhosted.org/packages/3e/9c/3e7e25a2b732ba89bc8be738be088fd49c5321907087d006faf364cdb360/lief-0.16.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 10:57:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sponsors",
"github_project": "lief-project",
"github_not_found": true,
"lcname": "lief"
}