lief


Namelief JSON
Version 0.17.0 PyPI version JSON
download
home_pageNone
SummaryLibrary to instrument executable formats
upload_time2025-09-14 13:52:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache License 2.0
keywords parser elf pe macho reverse-engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": null,
    "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.17.0",
    "project_urls": {
        "Funding": "https://github.com/sponsors/lief-project",
        "Tracker": "https://github.com/lief-project/LIEF/issues",
        "changelog": "https://lief-project.github.io/doc/latest/changelog.html",
        "documentation": "https://lief-project.github.io/doc/latest/",
        "homepage": "https://lief-project.github.io/",
        "repository": "https://github.com/lief-project/LIEF"
    },
    "split_keywords": [
        "parser",
        " elf",
        " pe",
        " macho",
        " reverse-engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51f5b6a52b99cb492ade8dcecef1c05b89050c1a65000db6fc3bb959cf639b81",
                "md5": "d2c301e0e44494e77e287163656d3fdb",
                "sha256": "2eba6a8d1b52ec98a4bb73b18b83c394f038ab86ebe59e02ae12b13c96b1bd7c"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d2c301e0e44494e77e287163656d3fdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2986684,
            "upload_time": "2025-09-14T13:52:48",
            "upload_time_iso_8601": "2025-09-14T13:52:48.859740Z",
            "url": "https://files.pythonhosted.org/packages/51/f5/b6a52b99cb492ade8dcecef1c05b89050c1a65000db6fc3bb959cf639b81/lief-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "262df04799be5fa74c1235c5a59defe10f185f93c0c4241858eb0fc5db27d676",
                "md5": "4f3c001e3a86945e9afcebfeaad27b2e",
                "sha256": "7a4a0276861c86c191bfc9668f172de1fc0c7ffda13a212395a57432392c8638"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4f3c001e3a86945e9afcebfeaad27b2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3096120,
            "upload_time": "2025-09-14T13:52:50",
            "upload_time_iso_8601": "2025-09-14T13:52:50.809390Z",
            "url": "https://files.pythonhosted.org/packages/26/2d/f04799be5fa74c1235c5a59defe10f185f93c0c4241858eb0fc5db27d676/lief-0.17.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fad3cfa7dc23a14dea234cd3dea55a6cc1b4bf8243b8834bf301a50a924008d3",
                "md5": "83137a8f9bf29d28987070e6a90855ee",
                "sha256": "35612f424d21612ca21a5b5b97fe42d1fc6928aa250c8bbf39e8eb7f83c67175"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "83137a8f9bf29d28987070e6a90855ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3668150,
            "upload_time": "2025-09-14T13:52:52",
            "upload_time_iso_8601": "2025-09-14T13:52:52.211376Z",
            "url": "https://files.pythonhosted.org/packages/fa/d3/cfa7dc23a14dea234cd3dea55a6cc1b4bf8243b8834bf301a50a924008d3/lief-0.17.0-cp310-cp310-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63ae0e2ace255cc9dbf8e2749a8f29e612b662150a76f6f67ab8657cc505e363",
                "md5": "9d5fe79b6159e9d561edb420387f7cb5",
                "sha256": "d5f3b87aef3817ba2ed226ff263bc37d85acc262d18367bc36839922e2866ced"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "9d5fe79b6159e9d561edb420387f7cb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3494453,
            "upload_time": "2025-09-14T13:52:54",
            "upload_time_iso_8601": "2025-09-14T13:52:54.139953Z",
            "url": "https://files.pythonhosted.org/packages/63/ae/0e2ace255cc9dbf8e2749a8f29e612b662150a76f6f67ab8657cc505e363/lief-0.17.0-cp310-cp310-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b48afcefbd11c3907565f66627b3444c7736c7f5ba9526b288a2eb992b2e7d1f",
                "md5": "451d83e960eac2cf68cefefcee30c091",
                "sha256": "86334c239da1fe30acad7eb341d525c611b040017b8480bc7fddad8508a0a064"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "451d83e960eac2cf68cefefcee30c091",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3395449,
            "upload_time": "2025-09-14T13:52:55",
            "upload_time_iso_8601": "2025-09-14T13:52:55.837241Z",
            "url": "https://files.pythonhosted.org/packages/b4/8a/fcefbd11c3907565f66627b3444c7736c7f5ba9526b288a2eb992b2e7d1f/lief-0.17.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86173006986b0115ec28a0f7d8f62859834ce837c3606e4362797758b5bd9774",
                "md5": "25f43448cdf5cbf92e07fc02af84fbbd",
                "sha256": "f3e918f80fcdc2d9e7d6b20805720db4a64abb5b797c620ff6c6e76d3ec4cf0a"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "25f43448cdf5cbf92e07fc02af84fbbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3588279,
            "upload_time": "2025-09-14T13:52:58",
            "upload_time_iso_8601": "2025-09-14T13:52:58.191062Z",
            "url": "https://files.pythonhosted.org/packages/86/17/3006986b0115ec28a0f7d8f62859834ce837c3606e4362797758b5bd9774/lief-0.17.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be6c21c6d9de1d8105902a325a1e7d60bf453d37f4855c3cb0376cbbd99485f",
                "md5": "e0a0e279019fe72ad810a6b274c256d8",
                "sha256": "2f661e0ff4d6ea8964ae079d46510c040bb0bfe24b760ed7ed93154d4ffa4f36"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e0a0e279019fe72ad810a6b274c256d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3950069,
            "upload_time": "2025-09-14T13:53:00",
            "upload_time_iso_8601": "2025-09-14T13:53:00.800531Z",
            "url": "https://files.pythonhosted.org/packages/4b/e6/c21c6d9de1d8105902a325a1e7d60bf453d37f4855c3cb0376cbbd99485f/lief-0.17.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c3b1b48a8665a2048353d2221af53517d46d9559ac3be89a47363c351cd55b9",
                "md5": "53663ef4bf2f1c65afa6000be9d68118",
                "sha256": "1893c42e32c675ce6d304936605ab28bbd63642a87a89e196eaee9b092280e42"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53663ef4bf2f1c65afa6000be9d68118",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3697437,
            "upload_time": "2025-09-14T13:53:02",
            "upload_time_iso_8601": "2025-09-14T13:53:02.735728Z",
            "url": "https://files.pythonhosted.org/packages/4c/3b/1b48a8665a2048353d2221af53517d46d9559ac3be89a47363c351cd55b9/lief-0.17.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9759522a27836afa3dfa2ab6043d08ce8d3c9fc84883f6757b6ad76fd6c1891",
                "md5": "84ee9f118e5a7c42f0d69b9153b7ad33",
                "sha256": "838a1a837288088ad9cb548b5dac49b3290da72279f3f833bf6e712ccff36749"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "84ee9f118e5a7c42f0d69b9153b7ad33",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3450215,
            "upload_time": "2025-09-14T13:53:04",
            "upload_time_iso_8601": "2025-09-14T13:53:04.980985Z",
            "url": "https://files.pythonhosted.org/packages/c9/75/9522a27836afa3dfa2ab6043d08ce8d3c9fc84883f6757b6ad76fd6c1891/lief-0.17.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f72272dea207d63cd9ce1a3674545e6b4106efb9672db3b6f4624930f14e1575",
                "md5": "a76c8cc51c843aa7dcf98932cc3bd0d5",
                "sha256": "c3829edaa0fe8487e58d1af7580cbfabd58f19f67edb45d6ae907ae9487aab9e"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a76c8cc51c843aa7dcf98932cc3bd0d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3626378,
            "upload_time": "2025-09-14T13:53:06",
            "upload_time_iso_8601": "2025-09-14T13:53:06.800263Z",
            "url": "https://files.pythonhosted.org/packages/f7/22/72dea207d63cd9ce1a3674545e6b4106efb9672db3b6f4624930f14e1575/lief-0.17.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1806b239e134190e451829cc4f21381f8485028e109f97d72804a1735e59c7d6",
                "md5": "8b5f6939e5781270c9843f47939076b1",
                "sha256": "5634aaaf3381c409284229dd7b9987e847f96cda38d14a8861e979cfdf7c789f"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8b5f6939e5781270c9843f47939076b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2994390,
            "upload_time": "2025-09-14T13:53:08",
            "upload_time_iso_8601": "2025-09-14T13:53:08.519917Z",
            "url": "https://files.pythonhosted.org/packages/18/06/b239e134190e451829cc4f21381f8485028e109f97d72804a1735e59c7d6/lief-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c998724ce37834a03953f0d17d9b24faef1d2a5f351f738c395a776f460be4dd",
                "md5": "24595f5a7d1e761a7e23a7bf37e3c496",
                "sha256": "c491b40224bdc357c92f76179889c12ac3121b94f665e39827694b6665d0b656"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24595f5a7d1e761a7e23a7bf37e3c496",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3096963,
            "upload_time": "2025-09-14T13:53:11",
            "upload_time_iso_8601": "2025-09-14T13:53:11.004465Z",
            "url": "https://files.pythonhosted.org/packages/c9/98/724ce37834a03953f0d17d9b24faef1d2a5f351f738c395a776f460be4dd/lief-0.17.0-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb1378a1e581a577718cd20f503c53dc9a5ae860206439474ed16e9c83ba7f89",
                "md5": "b297a47d1b3c5d0a1b740a580ba6a9b0",
                "sha256": "1c0737b38413d2e353bec2fb4928f2a3bd434fc69415d6a5d88a799fd2b193b7"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b297a47d1b3c5d0a1b740a580ba6a9b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3665003,
            "upload_time": "2025-09-14T13:53:13",
            "upload_time_iso_8601": "2025-09-14T13:53:13.290362Z",
            "url": "https://files.pythonhosted.org/packages/eb/13/78a1e581a577718cd20f503c53dc9a5ae860206439474ed16e9c83ba7f89/lief-0.17.0-cp311-cp311-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ebbb9d50cb7bdee86e9e64b71e67d1ec689f3995fb856e0d91e5a18c7ee4913",
                "md5": "1fa88c2451beb9d604a507d962f80d0c",
                "sha256": "9346d4916301e43c1d4ebb20cd90656ef52e30bfb0fbc181c247979b533da333"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "1fa88c2451beb9d604a507d962f80d0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3495028,
            "upload_time": "2025-09-14T13:53:15",
            "upload_time_iso_8601": "2025-09-14T13:53:15.098588Z",
            "url": "https://files.pythonhosted.org/packages/8e/bb/b9d50cb7bdee86e9e64b71e67d1ec689f3995fb856e0d91e5a18c7ee4913/lief-0.17.0-cp311-cp311-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c4a44148bb287e40097e105834a5a763137ec0026af054473ceb29d3e7b1dd1",
                "md5": "cd49abcfc31bee625cbb24d495435da5",
                "sha256": "c0ca980c27339611ea496f3405dc33cb21db6c61ed590ca615f239a4ce8545dc"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd49abcfc31bee625cbb24d495435da5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3395561,
            "upload_time": "2025-09-14T13:53:17",
            "upload_time_iso_8601": "2025-09-14T13:53:17.274301Z",
            "url": "https://files.pythonhosted.org/packages/0c/4a/44148bb287e40097e105834a5a763137ec0026af054473ceb29d3e7b1dd1/lief-0.17.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38407e5685af93de0a1df82aaa5df9959614e0e13fd15964dd165e819fbfa302",
                "md5": "300fed6b07248135cf75a9c2bbcbd5e7",
                "sha256": "4ca2d4e1e1c24dd1806b50b181c596af98ac40486032f2b8ca82d15e5beb771e"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "300fed6b07248135cf75a9c2bbcbd5e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3587709,
            "upload_time": "2025-09-14T13:53:18",
            "upload_time_iso_8601": "2025-09-14T13:53:18.933524Z",
            "url": "https://files.pythonhosted.org/packages/38/40/7e5685af93de0a1df82aaa5df9959614e0e13fd15964dd165e819fbfa302/lief-0.17.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "149444f966fbd5600258c442ca5185c8c82885fa53ac5672ec80dce682e33647",
                "md5": "4882760dbffd30bfe0f89cd980c99d9a",
                "sha256": "56db6556f68d51202f9a64f89492de8bc559629ce5ee60f2d3b7e2af81c77a60"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4882760dbffd30bfe0f89cd980c99d9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3950393,
            "upload_time": "2025-09-14T13:53:20",
            "upload_time_iso_8601": "2025-09-14T13:53:20.735250Z",
            "url": "https://files.pythonhosted.org/packages/14/94/44f966fbd5600258c442ca5185c8c82885fa53ac5672ec80dce682e33647/lief-0.17.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff8cdedaf745e43768fe278874131d8fc19db1ace71fde477de3d7e7f837f6dc",
                "md5": "55b2904a7e7654bc603dac54ce280bbd",
                "sha256": "fc0114040f3518fdc97a4fc8aa626131da39d63ca28a3d898fd93f475b2b584a"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "55b2904a7e7654bc603dac54ce280bbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3697629,
            "upload_time": "2025-09-14T13:53:22",
            "upload_time_iso_8601": "2025-09-14T13:53:22.364924Z",
            "url": "https://files.pythonhosted.org/packages/ff/8c/dedaf745e43768fe278874131d8fc19db1ace71fde477de3d7e7f837f6dc/lief-0.17.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daa1411498116b5bfc1de5aa53de1ac2952498ebeac4a4fabcd5dccc298f179f",
                "md5": "ad96337fa76f274ce899d4e7bcc059c6",
                "sha256": "d28c65782b91a3b65dc4337a29490b03cc8a2693eff2a9d41049b20e63608c12"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "ad96337fa76f274ce899d4e7bcc059c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3450098,
            "upload_time": "2025-09-14T13:53:24",
            "upload_time_iso_8601": "2025-09-14T13:53:24.544622Z",
            "url": "https://files.pythonhosted.org/packages/da/a1/411498116b5bfc1de5aa53de1ac2952498ebeac4a4fabcd5dccc298f179f/lief-0.17.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4ac0fb2d86f16bd51af969cc47ccf5ba88eb7c04dd8d12f98bad55052b14ad4",
                "md5": "900221e20c4addf9cff0a3fe1b0b7112",
                "sha256": "b6680261786d3c27236a6334c441be81230bf2c425f28155b9dcf51aa87720f8"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "900221e20c4addf9cff0a3fe1b0b7112",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3626784,
            "upload_time": "2025-09-14T13:53:26",
            "upload_time_iso_8601": "2025-09-14T13:53:26.326581Z",
            "url": "https://files.pythonhosted.org/packages/c4/ac/0fb2d86f16bd51af969cc47ccf5ba88eb7c04dd8d12f98bad55052b14ad4/lief-0.17.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69f536490c9d2ac0ecaf9cb9e66371ab600a81f4711f5e6284ab71a0bf542b5e",
                "md5": "40b77fdd1aef2295986d99a16bc6bcb2",
                "sha256": "2a7c8045993470e21300ec590a9e64f02215e789f29c04b9c65ebdff68a45f22"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "40b77fdd1aef2295986d99a16bc6bcb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3469095,
            "upload_time": "2025-09-14T13:53:27",
            "upload_time_iso_8601": "2025-09-14T13:53:27.975573Z",
            "url": "https://files.pythonhosted.org/packages/69/f5/36490c9d2ac0ecaf9cb9e66371ab600a81f4711f5e6284ab71a0bf542b5e/lief-0.17.0-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "433bddc5036a168498ac17dd052c3d2aeaa0e8ed0bd019a300cc5de7e6aafe39",
                "md5": "dbc64c102e298556c33d29e30e0bf178",
                "sha256": "b3314afd2c8739b2891cae666cd4bb08e14aa0b4c5b08f012a09e82ff362bd36"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dbc64c102e298556c33d29e30e0bf178",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2993993,
            "upload_time": "2025-09-14T13:53:29",
            "upload_time_iso_8601": "2025-09-14T13:53:29.558037Z",
            "url": "https://files.pythonhosted.org/packages/43/3b/ddc5036a168498ac17dd052c3d2aeaa0e8ed0bd019a300cc5de7e6aafe39/lief-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcab9297a768ffbaa3c2b43280beb9dff55c843a3077bfd62d9acbb2fae7a726",
                "md5": "df965262dcddf43fb494cc6fae03cc68",
                "sha256": "1bba12f5c20486d9f463bd999705c537a12976b9e3912388b232e8d12ae41c6c"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df965262dcddf43fb494cc6fae03cc68",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3106807,
            "upload_time": "2025-09-14T13:53:31",
            "upload_time_iso_8601": "2025-09-14T13:53:31.728875Z",
            "url": "https://files.pythonhosted.org/packages/fc/ab/9297a768ffbaa3c2b43280beb9dff55c843a3077bfd62d9acbb2fae7a726/lief-0.17.0-cp312-cp312-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7583e77b42fcb2879a3b9f4f7a9f5a45dbb168024822b3b929b00dd8799da25",
                "md5": "8116673de21902b9fc6756b209480038",
                "sha256": "4899be50a745de11dd35de6b1bfbaac2afa4c62bf14153ffc7b6acb39abb9605"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8116673de21902b9fc6756b209480038",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3669191,
            "upload_time": "2025-09-14T13:53:33",
            "upload_time_iso_8601": "2025-09-14T13:53:33.871112Z",
            "url": "https://files.pythonhosted.org/packages/e7/58/3e77b42fcb2879a3b9f4f7a9f5a45dbb168024822b3b929b00dd8799da25/lief-0.17.0-cp312-cp312-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5f62e059c50abc9b2071783642e317b9f89e666564820b7074c11591f94a8dd",
                "md5": "21736d8510e25909ffe83d6ab8c848e1",
                "sha256": "35b18177821142c9b5ad657e7fbd7f82a9540246fec6ef3876cff9fe8086e4dc"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "21736d8510e25909ffe83d6ab8c848e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3501848,
            "upload_time": "2025-09-14T13:53:35",
            "upload_time_iso_8601": "2025-09-14T13:53:35.465904Z",
            "url": "https://files.pythonhosted.org/packages/d5/f6/2e059c50abc9b2071783642e317b9f89e666564820b7074c11591f94a8dd/lief-0.17.0-cp312-cp312-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc1f2538e8a1be6e9481141a88b522fbf432538d521a82731a2bcccd3a6e69ba",
                "md5": "592cb5acf4f45af6b9ce1235c3a4a1f3",
                "sha256": "87ebee7d2fb130750c611a6d9eac614463eb58e82b54695f2c48a9aa3402cd56"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "592cb5acf4f45af6b9ce1235c3a4a1f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3404855,
            "upload_time": "2025-09-14T13:53:37",
            "upload_time_iso_8601": "2025-09-14T13:53:37.167844Z",
            "url": "https://files.pythonhosted.org/packages/fc/1f/2538e8a1be6e9481141a88b522fbf432538d521a82731a2bcccd3a6e69ba/lief-0.17.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ec515c35a197deacadce33e089b2d5a9b61448d5485cd912ea8974c22efddec",
                "md5": "5c97636440af40e1246019dc9da9df98",
                "sha256": "580c4f5370f569591f39a10c442a0d2333b895e457247c133e81020dfafd7e26"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5c97636440af40e1246019dc9da9df98",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3591241,
            "upload_time": "2025-09-14T13:53:38",
            "upload_time_iso_8601": "2025-09-14T13:53:38.893527Z",
            "url": "https://files.pythonhosted.org/packages/7e/c5/15c35a197deacadce33e089b2d5a9b61448d5485cd912ea8974c22efddec/lief-0.17.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0229c97883c851b96b47c3ab2e434212efb08e091151772426f190a6e855a9a2",
                "md5": "cb18b24868b1c927e1359038d2a96e83",
                "sha256": "36d7fcdcfb3136eb8dbaaa1b200026c7c16b78102ed402de54065a777016feb5"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cb18b24868b1c927e1359038d2a96e83",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3958250,
            "upload_time": "2025-09-14T13:53:41",
            "upload_time_iso_8601": "2025-09-14T13:53:41.304599Z",
            "url": "https://files.pythonhosted.org/packages/02/29/c97883c851b96b47c3ab2e434212efb08e091151772426f190a6e855a9a2/lief-0.17.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45f851e646774e17ec39013d8233bca5f88d27df9adbbbe282956725c8f68003",
                "md5": "ad84d6244e4c361d3e851f4a3500ec6d",
                "sha256": "77a541669af2a4373e518961c1ead16695c6bfe942f95e0454439e52d50a4c25"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad84d6244e4c361d3e851f4a3500ec6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3705317,
            "upload_time": "2025-09-14T13:53:43",
            "upload_time_iso_8601": "2025-09-14T13:53:43.070404Z",
            "url": "https://files.pythonhosted.org/packages/45/f8/51e646774e17ec39013d8233bca5f88d27df9adbbbe282956725c8f68003/lief-0.17.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8f4d44336d4566348ad2f157fe56605f612ef0e133de710da15f173707d72ae",
                "md5": "9d5b733d47cf3be00acb56a5b757a405",
                "sha256": "38e9b4d340158f2399dc00700899606c825dc9437809e8a69133496b6ee39db8"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "9d5b733d47cf3be00acb56a5b757a405",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3459468,
            "upload_time": "2025-09-14T13:53:45",
            "upload_time_iso_8601": "2025-09-14T13:53:45.418008Z",
            "url": "https://files.pythonhosted.org/packages/c8/f4/d44336d4566348ad2f157fe56605f612ef0e133de710da15f173707d72ae/lief-0.17.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac452a28653d4bc46e4313741d35287046360f6ed4c8d223fea5f0c1f88f7bad",
                "md5": "7c78ba32dd1518034f212a6096b33f3e",
                "sha256": "33820c66288d447772153c7c9cab356cbb693b5ea0f87bb49e682aa919e08830"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7c78ba32dd1518034f212a6096b33f3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3637539,
            "upload_time": "2025-09-14T13:53:46",
            "upload_time_iso_8601": "2025-09-14T13:53:46.979532Z",
            "url": "https://files.pythonhosted.org/packages/ac/45/2a28653d4bc46e4313741d35287046360f6ed4c8d223fea5f0c1f88f7bad/lief-0.17.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f9e19c9b2b196488282e1f4c0acf5d06e63617df6a01898c0dcdb7a5702dfd",
                "md5": "f1e8cd725d39a3e7947e4c9b876f4091",
                "sha256": "7198558b3f1803e361a38fc26142d60f3d24b08d9b1811a046ced3ed0fa233b9"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f1e8cd725d39a3e7947e4c9b876f4091",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3473084,
            "upload_time": "2025-09-14T13:53:52",
            "upload_time_iso_8601": "2025-09-14T13:53:52.572196Z",
            "url": "https://files.pythonhosted.org/packages/f6/f9/e19c9b2b196488282e1f4c0acf5d06e63617df6a01898c0dcdb7a5702dfd/lief-0.17.0-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0a7a4e4bf099efc9d4a75bc3f34fc4bb7b206ca7e34109e43ff436cc5c9dc3f",
                "md5": "3bb0b2a11e7cc1c77612fbe676e5ca19",
                "sha256": "580f09dfa152d8a15f2cce6578f0a945b0e5ba6148de614857620b087c62fbdd"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3bb0b2a11e7cc1c77612fbe676e5ca19",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3000794,
            "upload_time": "2025-09-14T13:53:56",
            "upload_time_iso_8601": "2025-09-14T13:53:56.757174Z",
            "url": "https://files.pythonhosted.org/packages/a0/a7/a4e4bf099efc9d4a75bc3f34fc4bb7b206ca7e34109e43ff436cc5c9dc3f/lief-0.17.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f934c212e4aa295c7121a9d06c676c03ddd2886550293995b600b936176e575",
                "md5": "b686786d18a41457bef0e0d25d73d8e2",
                "sha256": "d97c08dbfbb8a380347ca45b1f3efcf56f0d54d149e12d1cf16ad40abe039afd"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b686786d18a41457bef0e0d25d73d8e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3106935,
            "upload_time": "2025-09-14T13:54:00",
            "upload_time_iso_8601": "2025-09-14T13:54:00.007244Z",
            "url": "https://files.pythonhosted.org/packages/3f/93/4c212e4aa295c7121a9d06c676c03ddd2886550293995b600b936176e575/lief-0.17.0-cp313-cp313-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d892dbb0c44e528ced0f78b81798d9f7cfe477a310d04ef5b7d02602ab079e5",
                "md5": "da1d31788a4b673066168eab0da55835",
                "sha256": "044e77a80e00bd242f358744ddb98f50ada5c0a50091016d66ae02f4a6baf694"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "da1d31788a4b673066168eab0da55835",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3674167,
            "upload_time": "2025-09-14T13:54:02",
            "upload_time_iso_8601": "2025-09-14T13:54:02.907886Z",
            "url": "https://files.pythonhosted.org/packages/2d/89/2dbb0c44e528ced0f78b81798d9f7cfe477a310d04ef5b7d02602ab079e5/lief-0.17.0-cp313-cp313-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "611ea672a45b2e25492696c9418004db60c227b2e767a9592d5b7ce9c3952d22",
                "md5": "023b9f5ff4a3df4462d1970652425fa6",
                "sha256": "aea5b7f108e0ebef75fc3b081d6a72e9a7bd4bae5ac5b4d97fe001292fefec9d"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "023b9f5ff4a3df4462d1970652425fa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3501462,
            "upload_time": "2025-09-14T13:54:05",
            "upload_time_iso_8601": "2025-09-14T13:54:05.750026Z",
            "url": "https://files.pythonhosted.org/packages/61/1e/a672a45b2e25492696c9418004db60c227b2e767a9592d5b7ce9c3952d22/lief-0.17.0-cp313-cp313-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d3dcbacfed7af263d4ba653b25c69e5bea58e2d9e8e53857bbce052bdbea25c",
                "md5": "c8253452692d9e9b3bbed4bcab640b01",
                "sha256": "bcdcc52ee83bc2a16229d0df6595199576725db4555e35ac880852b7576534ed"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c8253452692d9e9b3bbed4bcab640b01",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3404847,
            "upload_time": "2025-09-14T13:54:07",
            "upload_time_iso_8601": "2025-09-14T13:54:07.831550Z",
            "url": "https://files.pythonhosted.org/packages/1d/3d/cbacfed7af263d4ba653b25c69e5bea58e2d9e8e53857bbce052bdbea25c/lief-0.17.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b03d0823baeda5b63bd5a126c5bd15ebd8293a1cb108d79ae420dd64c948af95",
                "md5": "e9061a80aa13fda1ef280b53e6d178d4",
                "sha256": "cd2d0e1960ee314c7930911b527228926f4ff2dcef3ca22a4b411cb7054f0d66"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e9061a80aa13fda1ef280b53e6d178d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3592209,
            "upload_time": "2025-09-14T13:54:10",
            "upload_time_iso_8601": "2025-09-14T13:54:10.544193Z",
            "url": "https://files.pythonhosted.org/packages/b0/3d/0823baeda5b63bd5a126c5bd15ebd8293a1cb108d79ae420dd64c948af95/lief-0.17.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "817f8e3d7b0a93aadc83d6f9e743c75485a5a8333a85ea7be582b318b0da47fd",
                "md5": "e096a7a27c68a28c5684fd14b2209763",
                "sha256": "f4d0e264368b54e54796e56b578681c3bd5eeef7c2d280acaaa918d896883aaf"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e096a7a27c68a28c5684fd14b2209763",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3958431,
            "upload_time": "2025-09-14T13:54:12",
            "upload_time_iso_8601": "2025-09-14T13:54:12.412198Z",
            "url": "https://files.pythonhosted.org/packages/81/7f/8e3d7b0a93aadc83d6f9e743c75485a5a8333a85ea7be582b318b0da47fd/lief-0.17.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2508338e8ee06948022a1b0cd7d2f194a096c818384e4b7cfc7807e7bd023769",
                "md5": "f982bb5adba46ce02d85b8c30b2bf63c",
                "sha256": "89506b0a4a262bf9cefaaaaa628c2ffbf0857b8d1056e6a9fca24748470a4485"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f982bb5adba46ce02d85b8c30b2bf63c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3705355,
            "upload_time": "2025-09-14T13:54:15",
            "upload_time_iso_8601": "2025-09-14T13:54:15.034294Z",
            "url": "https://files.pythonhosted.org/packages/25/08/338e8ee06948022a1b0cd7d2f194a096c818384e4b7cfc7807e7bd023769/lief-0.17.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298d6001295abca3535099cfd328302129551678a8ce8deeda39e83a95b07762",
                "md5": "040636dcd02c07bcf0123ad8d9c48cdc",
                "sha256": "340155975e25ed68f39fb43b0023cb8571f3171da1b3e6fa7a40441c4e547208"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "040636dcd02c07bcf0123ad8d9c48cdc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3459310,
            "upload_time": "2025-09-14T13:54:17",
            "upload_time_iso_8601": "2025-09-14T13:54:17.975731Z",
            "url": "https://files.pythonhosted.org/packages/29/8d/6001295abca3535099cfd328302129551678a8ce8deeda39e83a95b07762/lief-0.17.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffaddeb8f595f04610f9daa747784b278e12c3b0cc99cc46135db6ffb61cd651",
                "md5": "27fb6cce97b0b75c60b78c6c9973e394",
                "sha256": "467b25c857239271077c5ac9d97d8c1fb0282ce84096f2518ef03c244660ef10"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "27fb6cce97b0b75c60b78c6c9973e394",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3637564,
            "upload_time": "2025-09-14T13:54:19",
            "upload_time_iso_8601": "2025-09-14T13:54:19.713113Z",
            "url": "https://files.pythonhosted.org/packages/ff/ad/deb8f595f04610f9daa747784b278e12c3b0cc99cc46135db6ffb61cd651/lief-0.17.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf3384bf9a0b3e5eae0867cd5fc850e39e1bae25c6de1e851654eec5ef405342",
                "md5": "d0d781278388673ff7e0d79df3ac6aa8",
                "sha256": "112773fb27ba0ccf1abfd62e5e7e9ca8332d46990304c8286613e22c6ab0f5e4"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d0d781278388673ff7e0d79df3ac6aa8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3472711,
            "upload_time": "2025-09-14T13:54:21",
            "upload_time_iso_8601": "2025-09-14T13:54:21.829543Z",
            "url": "https://files.pythonhosted.org/packages/bf/33/84bf9a0b3e5eae0867cd5fc850e39e1bae25c6de1e851654eec5ef405342/lief-0.17.0-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc8923d7f9df028fa599ea31f23b1142cef7f47e70b84845484e4fcfd393ffc2",
                "md5": "ba185ef59ad7406b869811e62e731508",
                "sha256": "4c1e2774a68f8d78043a684675e700c978656efdfbceb5177e262e7b93aa2e41"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ba185ef59ad7406b869811e62e731508",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3000280,
            "upload_time": "2025-09-14T13:54:23",
            "upload_time_iso_8601": "2025-09-14T13:54:23.312523Z",
            "url": "https://files.pythonhosted.org/packages/fc/89/23d7f9df028fa599ea31f23b1142cef7f47e70b84845484e4fcfd393ffc2/lief-0.17.0-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "397b57a246db93cb5b196d233b343438217554c506a99111033762a3aa1e6d02",
                "md5": "39a659882703c73f97a6cb637987f53e",
                "sha256": "630df2bc20c531ca5610db4a2ca393fab4699a6834ff6d7b937eb795d72592c7"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39a659882703c73f97a6cb637987f53e",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3108890,
            "upload_time": "2025-09-14T13:54:24",
            "upload_time_iso_8601": "2025-09-14T13:54:24.933791Z",
            "url": "https://files.pythonhosted.org/packages/39/7b/57a246db93cb5b196d233b343438217554c506a99111033762a3aa1e6d02/lief-0.17.0-cp314-cp314-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d98f6727acff8c7d0c82b97044f245910150dcadd439cbff1ad82a78768633b2",
                "md5": "ae99c57aa24b5b55049092def9b9ad6a",
                "sha256": "7b5dc554f0ac995fe5d4e99e1f0387799446a9615830723d9810b4fd8da3c8ab"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ae99c57aa24b5b55049092def9b9ad6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3673757,
            "upload_time": "2025-09-14T13:54:26",
            "upload_time_iso_8601": "2025-09-14T13:54:26.586649Z",
            "url": "https://files.pythonhosted.org/packages/d9/8f/6727acff8c7d0c82b97044f245910150dcadd439cbff1ad82a78768633b2/lief-0.17.0-cp314-cp314-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "156fa2de1c8d0c521a3c8e4b59acb23ef2c189c22679f825363d85b0200d7e33",
                "md5": "09f14ee45f05a07a52c015e7fc87fdb6",
                "sha256": "ed0ffe35bb18c965476cc71a5329538d615ef2708dd0aec19f2c6d914f6d0db5"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "09f14ee45f05a07a52c015e7fc87fdb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3501676,
            "upload_time": "2025-09-14T13:54:28",
            "upload_time_iso_8601": "2025-09-14T13:54:28.416844Z",
            "url": "https://files.pythonhosted.org/packages/15/6f/a2de1c8d0c521a3c8e4b59acb23ef2c189c22679f825363d85b0200d7e33/lief-0.17.0-cp314-cp314-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e60c2d1699a198f3555eeaf456d1af5c984b5b41ea0ba5dc8ccfc72b1269142",
                "md5": "1c2ec089484d97cc36de6faaac3a5b52",
                "sha256": "f8a33db4573bedae481431fa31d608178af99b6f94e409b6b27c3f5b8067a6b7"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c2ec089484d97cc36de6faaac3a5b52",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3406869,
            "upload_time": "2025-09-14T13:54:29",
            "upload_time_iso_8601": "2025-09-14T13:54:29.950143Z",
            "url": "https://files.pythonhosted.org/packages/4e/60/c2d1699a198f3555eeaf456d1af5c984b5b41ea0ba5dc8ccfc72b1269142/lief-0.17.0-cp314-cp314-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d876a6688cd731b40e03e3d806be180c4b02083861b88610f9f6a60e1b9cd9d0",
                "md5": "13dcec34431a0595544000d4d787cce0",
                "sha256": "b306e2c34baa7a1d5a061b828f88a5fc0d008992b76d972305c52529f17623e6"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "13dcec34431a0595544000d4d787cce0",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3591215,
            "upload_time": "2025-09-14T13:54:31",
            "upload_time_iso_8601": "2025-09-14T13:54:31.545341Z",
            "url": "https://files.pythonhosted.org/packages/d8/76/a6688cd731b40e03e3d806be180c4b02083861b88610f9f6a60e1b9cd9d0/lief-0.17.0-cp314-cp314-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4273c9cbc2fc1076464a4c69441e28c95ea32bfde2297cc0d6449c84c4b0a5a0",
                "md5": "ec7d8c57c5077bf56183543bfa33291c",
                "sha256": "298dd958aa80f54073a2683d964b892e7156c171095a77eb8a16c8c9d05e3bde"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ec7d8c57c5077bf56183543bfa33291c",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3958202,
            "upload_time": "2025-09-14T13:54:33",
            "upload_time_iso_8601": "2025-09-14T13:54:33.049271Z",
            "url": "https://files.pythonhosted.org/packages/42/73/c9cbc2fc1076464a4c69441e28c95ea32bfde2297cc0d6449c84c4b0a5a0/lief-0.17.0-cp314-cp314-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a199913f2045455ddedee409d74cf312503c0f37f3cf232cf0925dbc0e3ad7d",
                "md5": "10bb941b0fecab6d127b20e075561d54",
                "sha256": "de2d838238c4e578bf53627fe9290cdc2f537dcb19b37075e56fab538320b026"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10bb941b0fecab6d127b20e075561d54",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3707263,
            "upload_time": "2025-09-14T13:54:35",
            "upload_time_iso_8601": "2025-09-14T13:54:35.048574Z",
            "url": "https://files.pythonhosted.org/packages/9a/19/9913f2045455ddedee409d74cf312503c0f37f3cf232cf0925dbc0e3ad7d/lief-0.17.0-cp314-cp314-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45f48add3bf42623e8986bbf5733d4152ab7ded704a6b7f3fb694559a528ad77",
                "md5": "e0cc13ead3a9b931a30d0a63e945baae",
                "sha256": "dc6567e75247bf3dd0db14b8b2b6d9423a3790244a9c6cbf38c7391344e56179"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-win32.whl",
            "has_sig": false,
            "md5_digest": "e0cc13ead3a9b931a30d0a63e945baae",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3459612,
            "upload_time": "2025-09-14T13:54:36",
            "upload_time_iso_8601": "2025-09-14T13:54:36.745129Z",
            "url": "https://files.pythonhosted.org/packages/45/f4/8add3bf42623e8986bbf5733d4152ab7ded704a6b7f3fb694559a528ad77/lief-0.17.0-cp314-cp314-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "910afb51f64c1a34594a17af3c6e1d267a4a697ddc6f9fbb3c36b88b9b5d73a4",
                "md5": "9202fab64c189d84ac1a021523ed5a8f",
                "sha256": "e543273dcd52dfe48f08a1a0f32eb2ee24601485cf82de7b7d54a1e56d8aa6c7"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp314-cp314-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9202fab64c189d84ac1a021523ed5a8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 3637781,
            "upload_time": "2025-09-14T13:54:38",
            "upload_time_iso_8601": "2025-09-14T13:54:38.441394Z",
            "url": "https://files.pythonhosted.org/packages/91/0a/fb51f64c1a34594a17af3c6e1d267a4a697ddc6f9fbb3c36b88b9b5d73a4/lief-0.17.0-cp314-cp314-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74db7348c86906c5d35b689dbdfba32a290ea91a6fcab83cbbdacd24adb78156",
                "md5": "a86244a4a0c2d9b76425032205b5d5f1",
                "sha256": "e5057a509eb514c8284b282af2228c13ba15973d925ccb2747f488ab6c7b4f97"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a86244a4a0c2d9b76425032205b5d5f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2986258,
            "upload_time": "2025-09-14T13:54:40",
            "upload_time_iso_8601": "2025-09-14T13:54:40.239645Z",
            "url": "https://files.pythonhosted.org/packages/74/db/7348c86906c5d35b689dbdfba32a290ea91a6fcab83cbbdacd24adb78156/lief-0.17.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2916bbe5ea9a8541b809ff2a35717d1d3c28e35af73ae15949e0485d6b9023f4",
                "md5": "5b2631521fb0503d6e474f364dbdd3d9",
                "sha256": "276d6b1551bbaea230c23f6e4a829d6f6c9fd8568de5f3c893fe381213f898ed"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b2631521fb0503d6e474f364dbdd3d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3095054,
            "upload_time": "2025-09-14T13:54:41",
            "upload_time_iso_8601": "2025-09-14T13:54:41.796473Z",
            "url": "https://files.pythonhosted.org/packages/29/16/bbe5ea9a8541b809ff2a35717d1d3c28e35af73ae15949e0485d6b9023f4/lief-0.17.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d82c85c5b7436e449328296fc5d205348a1594df658856785052e0df007c801c",
                "md5": "0b025c1100d0c57d90f703a828041814",
                "sha256": "3882aefeaad59815e605c2e10c38908b96b27800005525c5d8bc0371d115b0d6"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0b025c1100d0c57d90f703a828041814",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3666823,
            "upload_time": "2025-09-14T13:54:43",
            "upload_time_iso_8601": "2025-09-14T13:54:43.346736Z",
            "url": "https://files.pythonhosted.org/packages/d8/2c/85c5b7436e449328296fc5d205348a1594df658856785052e0df007c801c/lief-0.17.0-cp38-cp38-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95e202fa34b65271f21d82c9016f53a5ca6010fbda605617dddf52678d8d1db8",
                "md5": "29ca8d1a774a808f266a91d362876304",
                "sha256": "0c4a820d8ef1e7bd53c0613bc4e00e80663680441fb37218e6e7a273d91d92f7"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "29ca8d1a774a808f266a91d362876304",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3493755,
            "upload_time": "2025-09-14T13:54:45",
            "upload_time_iso_8601": "2025-09-14T13:54:45.035232Z",
            "url": "https://files.pythonhosted.org/packages/95/e2/02fa34b65271f21d82c9016f53a5ca6010fbda605617dddf52678d8d1db8/lief-0.17.0-cp38-cp38-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c05793427ce2756dcb42521e5492b62b13f29c0932db38d40350d7495ecb4d4",
                "md5": "a88a77ebac8419e7bf1da84cd4c25661",
                "sha256": "fcbf36f9e41e083f9405f89e5c5c7e31ab8145bd1a5d0830e16d99eb368ca826"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a88a77ebac8419e7bf1da84cd4c25661",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3394296,
            "upload_time": "2025-09-14T13:54:46",
            "upload_time_iso_8601": "2025-09-14T13:54:46.601517Z",
            "url": "https://files.pythonhosted.org/packages/9c/05/793427ce2756dcb42521e5492b62b13f29c0932db38d40350d7495ecb4d4/lief-0.17.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bc9bd55640a8c73c1d4bffdace76a86e44eaeb1be02575fa4605e15a0249ed6",
                "md5": "78432a68a7c2f91f9ddef904ac7e813e",
                "sha256": "c05f5a130bbb36b943d10a03b66f86293d99a886f83eff6c5efaf6b8b0e48c31"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78432a68a7c2f91f9ddef904ac7e813e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3587312,
            "upload_time": "2025-09-14T13:54:48",
            "upload_time_iso_8601": "2025-09-14T13:54:48.323314Z",
            "url": "https://files.pythonhosted.org/packages/7b/c9/bd55640a8c73c1d4bffdace76a86e44eaeb1be02575fa4605e15a0249ed6/lief-0.17.0-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1917f1bf1834296d638840e72db90158895b4e6b6942174855927992c0e2f5fe",
                "md5": "09d05ca13ccd201dc33bfc0a2011e626",
                "sha256": "0496c899ddd6c4c5faf31432ad06a963f5ecef6cab70902bed02b53c41151935"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "09d05ca13ccd201dc33bfc0a2011e626",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3949852,
            "upload_time": "2025-09-14T13:54:50",
            "upload_time_iso_8601": "2025-09-14T13:54:50.364123Z",
            "url": "https://files.pythonhosted.org/packages/19/17/f1bf1834296d638840e72db90158895b4e6b6942174855927992c0e2f5fe/lief-0.17.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63240ec11d253e8282d4dc5cce2738ea5415fafdba3d95702f3ccc9713d1a785",
                "md5": "214ac27a7848993692906eb6c9408532",
                "sha256": "0b25ef9cfcfeebab42e51e09da01fda26ea2d847a3b568e51669e900706a4926"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "214ac27a7848993692906eb6c9408532",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3696337,
            "upload_time": "2025-09-14T13:54:52",
            "upload_time_iso_8601": "2025-09-14T13:54:52.333221Z",
            "url": "https://files.pythonhosted.org/packages/63/24/0ec11d253e8282d4dc5cce2738ea5415fafdba3d95702f3ccc9713d1a785/lief-0.17.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "824e5b760daf0832263be2524fb922fe99c868ee4870ef90c9563afa21170bf2",
                "md5": "3de2991d19d4feab29c3827e55b8d090",
                "sha256": "a86ca76e834887019eeb3163bf2953b90a6e7518d4c0793e7f2ff2e8e8fa9585"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "3de2991d19d4feab29c3827e55b8d090",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3449425,
            "upload_time": "2025-09-14T13:54:54",
            "upload_time_iso_8601": "2025-09-14T13:54:54.102119Z",
            "url": "https://files.pythonhosted.org/packages/82/4e/5b760daf0832263be2524fb922fe99c868ee4870ef90c9563afa21170bf2/lief-0.17.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfc425bef932a75301f67467d55ed959b0295c3978d742dd9948f18810fdf58f",
                "md5": "3c56ff043815330b79674240ece81657",
                "sha256": "bb977aaf049fa3e67c9757037dd8bd70140759d43b9a0a2b9dd055a18ba5fd9f"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c56ff043815330b79674240ece81657",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3625465,
            "upload_time": "2025-09-14T13:54:55",
            "upload_time_iso_8601": "2025-09-14T13:54:55.906126Z",
            "url": "https://files.pythonhosted.org/packages/bf/c4/25bef932a75301f67467d55ed959b0295c3978d742dd9948f18810fdf58f/lief-0.17.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1236fcfea5423e385fdf104b49646637bb1228d7146a7626c4de73062ccdf1",
                "md5": "e3c8aea12e7b98222606d4fdcffdfb1f",
                "sha256": "c6611056d3aab185fdda95b20e9fc406d7a79e165ab3c40cbadcd0fb49b1e232"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e3c8aea12e7b98222606d4fdcffdfb1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2993707,
            "upload_time": "2025-09-14T13:54:57",
            "upload_time_iso_8601": "2025-09-14T13:54:57.736227Z",
            "url": "https://files.pythonhosted.org/packages/fb/12/36fcfea5423e385fdf104b49646637bb1228d7146a7626c4de73062ccdf1/lief-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59f571bf968a8efa5caa08fcf538bbcc6b2a803ef018ea83aceeb81324cbef92",
                "md5": "1b76e51145d610e9603f135d369d2428",
                "sha256": "3f5a06405c2f837f921da6223e694efc1a3a8800946a38cc5cec6f7eadf4e4c8"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b76e51145d610e9603f135d369d2428",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3096857,
            "upload_time": "2025-09-14T13:54:59",
            "upload_time_iso_8601": "2025-09-14T13:54:59.445545Z",
            "url": "https://files.pythonhosted.org/packages/59/f5/71bf968a8efa5caa08fcf538bbcc6b2a803ef018ea83aceeb81324cbef92/lief-0.17.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71373624a148c68f35e75b1c6c92fefc7a85f7a8305cc759d03c8f40aa299b6b",
                "md5": "981621d48fe4278e4f7ef85e2b467c97",
                "sha256": "de370a6c4c861f67ca19718b7f4645eae5000bfe70a69bfa9172fbb84f86370c"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "981621d48fe4278e4f7ef85e2b467c97",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3668189,
            "upload_time": "2025-09-14T13:55:01",
            "upload_time_iso_8601": "2025-09-14T13:55:01.041120Z",
            "url": "https://files.pythonhosted.org/packages/71/37/3624a148c68f35e75b1c6c92fefc7a85f7a8305cc759d03c8f40aa299b6b/lief-0.17.0-cp39-cp39-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e81e1cb62f0e85e5b2450d58a56606fbdc045185647a549cf32daeb059a9a3ec",
                "md5": "4d1155e1bbf44fc166bda922cc7d237f",
                "sha256": "536e458043529fced8415158296db5768b377b6f60900c9efc79a4ff827e08a9"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-manylinux_2_28_i686.whl",
            "has_sig": false,
            "md5_digest": "4d1155e1bbf44fc166bda922cc7d237f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3494845,
            "upload_time": "2025-09-14T13:55:02",
            "upload_time_iso_8601": "2025-09-14T13:55:02.811305Z",
            "url": "https://files.pythonhosted.org/packages/e8/1e/1cb62f0e85e5b2450d58a56606fbdc045185647a549cf32daeb059a9a3ec/lief-0.17.0-cp39-cp39-manylinux_2_28_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5582d13657606f0d8f254369a69278ab07368778595bbe681b8e31a2c4d239a3",
                "md5": "0793d49ab23189cb1105025b63a312fc",
                "sha256": "b7e71c8b41a9af4d4d973bcf29b8a8970e2d2df94065d3ff043e53f4910d5c08"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0793d49ab23189cb1105025b63a312fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3395539,
            "upload_time": "2025-09-14T13:55:04",
            "upload_time_iso_8601": "2025-09-14T13:55:04.532988Z",
            "url": "https://files.pythonhosted.org/packages/55/82/d13657606f0d8f254369a69278ab07368778595bbe681b8e31a2c4d239a3/lief-0.17.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab20f46abce9dee14bf30bd107163373761795e460b886d7212297cc1257e57",
                "md5": "f5d047fb494db3b5496004e81e13747f",
                "sha256": "0867d6f06caaae5a9df38b493f66db409b9b8af0277d7b4373f27146d1dd9134"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f5d047fb494db3b5496004e81e13747f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3588755,
            "upload_time": "2025-09-14T13:55:06",
            "upload_time_iso_8601": "2025-09-14T13:55:06.294440Z",
            "url": "https://files.pythonhosted.org/packages/ea/b2/0f46abce9dee14bf30bd107163373761795e460b886d7212297cc1257e57/lief-0.17.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7781be2526e2ac0525bfcf50cee7674029877fe0052a94a3f25e808feab3406d",
                "md5": "c6b5abd5666fdecd1aff20c694178c79",
                "sha256": "d6f399793c386a349ffdeb908563fc5b0e107504fcfb1acd84776dac33031239"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c6b5abd5666fdecd1aff20c694178c79",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3950782,
            "upload_time": "2025-09-14T13:55:08",
            "upload_time_iso_8601": "2025-09-14T13:55:08.135816Z",
            "url": "https://files.pythonhosted.org/packages/77/81/be2526e2ac0525bfcf50cee7674029877fe0052a94a3f25e808feab3406d/lief-0.17.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d588f498f9a847b2bd802f71064c93749a9cc14c03d785e9d5650be728a7c973",
                "md5": "f14a39bf3d7689636618c0e01a80e1b3",
                "sha256": "fb36b4d992dfc8dc592aeda6178dbf0ee51814a4ca49f84b569909cdc27089b0"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f14a39bf3d7689636618c0e01a80e1b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3697833,
            "upload_time": "2025-09-14T13:55:10",
            "upload_time_iso_8601": "2025-09-14T13:55:10.396629Z",
            "url": "https://files.pythonhosted.org/packages/d5/88/f498f9a847b2bd802f71064c93749a9cc14c03d785e9d5650be728a7c973/lief-0.17.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fcceee31b55170bbef40216607b2a10cb6fc8c98b3476bf09560e477ed186ee",
                "md5": "56ee5fe7cc506ed4d3edec4d622c8698",
                "sha256": "fde04c8fe340358f35c94735405522437e13a52e91619b3ea643027d2f321b22"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "56ee5fe7cc506ed4d3edec4d622c8698",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3450192,
            "upload_time": "2025-09-14T13:55:12",
            "upload_time_iso_8601": "2025-09-14T13:55:12.208709Z",
            "url": "https://files.pythonhosted.org/packages/8f/cc/eee31b55170bbef40216607b2a10cb6fc8c98b3476bf09560e477ed186ee/lief-0.17.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ace24e23f8b5e1132a9fb3f2b703d51ae42548474332ae45d3d606c8389365e2",
                "md5": "4f0a9b949bd965f76c92aa6c2b30a415",
                "sha256": "c84267d47f776dbe2f2cac56f0b038dc43c13d2d9b9a077fce796adbe3dcc4de"
            },
            "downloads": -1,
            "filename": "lief-0.17.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4f0a9b949bd965f76c92aa6c2b30a415",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3626525,
            "upload_time": "2025-09-14T13:55:14",
            "upload_time_iso_8601": "2025-09-14T13:55:14.081260Z",
            "url": "https://files.pythonhosted.org/packages/ac/e2/4e23f8b5e1132a9fb3f2b703d51ae42548474332ae45d3d606c8389365e2/lief-0.17.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-14 13:52:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "lief-project",
    "github_not_found": true,
    "lcname": "lief"
}
        
Elapsed time: 0.44402s