lief


Namelief JSON
Version 0.16.4 PyPI version JSON
download
home_pagehttps://lief-project.github.io/
SummaryLibrary to instrument executable formats
upload_time2025-02-23 09:12:14
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": "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.4",
    "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": "0a377e1384626d32edb83deda43717781310b5c6f5eba96d029e54c15fc60bd8",
                "md5": "456c75373016152ee8916872d82a19e1",
                "sha256": "1c6c9a3da02ee9b5fa9e6ee53ab128f89d54680d365c0e9dd34d1e1f5318032b"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "456c75373016152ee8916872d82a19e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2639755,
            "upload_time": "2025-02-23T09:12:14",
            "upload_time_iso_8601": "2025-02-23T09:12:14.484512Z",
            "url": "https://files.pythonhosted.org/packages/0a/37/7e1384626d32edb83deda43717781310b5c6f5eba96d029e54c15fc60bd8/lief-0.16.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95f7ec4593ac75c3eb245f307b25cbf22a7e11ae12fbe39ce2486644f207d5eb",
                "md5": "e833835131c6cfcd034ce247274564e6",
                "sha256": "9ad6ceb1d89153f55b33659e46ba02642368126e8428ce825389b5bea4126388"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e833835131c6cfcd034ce247274564e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2734999,
            "upload_time": "2025-02-23T09:12:17",
            "upload_time_iso_8601": "2025-02-23T09:12:17.953428Z",
            "url": "https://files.pythonhosted.org/packages/95/f7/ec4593ac75c3eb245f307b25cbf22a7e11ae12fbe39ce2486644f207d5eb/lief-0.16.4-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92ad026d8543e870919f55b717acfd70125368c5298d83c68e43b78b3738b529",
                "md5": "0dfb7fcd4f6bc67e6577f3c68b46de14",
                "sha256": "e42483f9c8de86b8c394b2809d0c239f17ccb9839719b8e9dc2cd7e6886159be"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0dfb7fcd4f6bc67e6577f3c68b46de14",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3274186,
            "upload_time": "2025-02-23T09:12:21",
            "upload_time_iso_8601": "2025-02-23T09:12:21.549852Z",
            "url": "https://files.pythonhosted.org/packages/92/ad/026d8543e870919f55b717acfd70125368c5298d83c68e43b78b3738b529/lief-0.16.4-cp310-cp310-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9a59813802272a11a16addd86df14f48936463fb2f8a50b7d74cf08ec984745",
                "md5": "9b043cc48a6c1406291272e689b27a2f",
                "sha256": "2b9f744885d13a766fa47a6517490ddb50b917f7f8b169baff830dd175851ebf"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b043cc48a6c1406291272e689b27a2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2985253,
            "upload_time": "2025-02-23T09:12:24",
            "upload_time_iso_8601": "2025-02-23T09:12:24.368700Z",
            "url": "https://files.pythonhosted.org/packages/b9/a5/9813802272a11a16addd86df14f48936463fb2f8a50b7d74cf08ec984745/lief-0.16.4-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "689ec7599bf31f29c1d8ea83bd9c40d9bb399edc47e0168468c3fba2b5d0d6fe",
                "md5": "856cc856696e94425effc99b413cfe72",
                "sha256": "ae8131c663e920359afff320df9375cd4a6eacb1ace6087956f55cbe2849a89f"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "856cc856696e94425effc99b413cfe72",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3295598,
            "upload_time": "2025-02-23T09:12:28",
            "upload_time_iso_8601": "2025-02-23T09:12:28.084254Z",
            "url": "https://files.pythonhosted.org/packages/68/9e/c7599bf31f29c1d8ea83bd9c40d9bb399edc47e0168468c3fba2b5d0d6fe/lief-0.16.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df37520f330dfbed8b161a57e065eadc7785165685767127befdd0c626c1b6dc",
                "md5": "d500484a3ca0a93f0d7202503f5417aa",
                "sha256": "a77aac478c54d299172ae7b0531090a1ffdb0a5a3d10a98439cda7a0e88bf93c"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "d500484a3ca0a93f0d7202503f5417aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3044664,
            "upload_time": "2025-02-23T09:12:31",
            "upload_time_iso_8601": "2025-02-23T09:12:31.490879Z",
            "url": "https://files.pythonhosted.org/packages/df/37/520f330dfbed8b161a57e065eadc7785165685767127befdd0c626c1b6dc/lief-0.16.4-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb474919a097efb4281674abc13a405fff43ce1995ba26d88749ff1c315fba2b",
                "md5": "d18da41d7306ff46cc9a69499f02eca2",
                "sha256": "906b53083907011adf1d02e7b19a2138cde79b2408b5d346836ce571c1c2b1ca"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d18da41d7306ff46cc9a69499f02eca2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3172152,
            "upload_time": "2025-02-23T09:12:35",
            "upload_time_iso_8601": "2025-02-23T09:12:35.020483Z",
            "url": "https://files.pythonhosted.org/packages/fb/47/4919a097efb4281674abc13a405fff43ce1995ba26d88749ff1c315fba2b/lief-0.16.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0fe5418787238d321118bdbc05f2c25fda11afc6367299bb35ffa072b0a534a",
                "md5": "a5a0ddf0df73582f879003144a354677",
                "sha256": "9ac39ce86488ab3dd8b45d15968b696ed2bc13e3471f6fe2d3783ad1c86adae3"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a5a0ddf0df73582f879003144a354677",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2645185,
            "upload_time": "2025-02-23T09:12:37",
            "upload_time_iso_8601": "2025-02-23T09:12:37.348813Z",
            "url": "https://files.pythonhosted.org/packages/c0/fe/5418787238d321118bdbc05f2c25fda11afc6367299bb35ffa072b0a534a/lief-0.16.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24af83e497e25f13c789d1df82c492cba111ee9bfbdec7b697c8f812a0162764",
                "md5": "de1d9d2b59e5f5b4b41371c7e26b0449",
                "sha256": "1cc3bdc8ecc400c398b31e15fdab9986d43e1388d9727fce0300dca0a5e65c17"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de1d9d2b59e5f5b4b41371c7e26b0449",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2735588,
            "upload_time": "2025-02-23T09:12:40",
            "upload_time_iso_8601": "2025-02-23T09:12:40.866645Z",
            "url": "https://files.pythonhosted.org/packages/24/af/83e497e25f13c789d1df82c492cba111ee9bfbdec7b697c8f812a0162764/lief-0.16.4-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a000d48504545e20a46d537a3e29b4e7662790e8c693e86e8b7530f1cf82d33",
                "md5": "75a8ac23c4b79441f2792d0841a21294",
                "sha256": "621e0988efdf691e56fd6a8afe68cdeb4aea7cf935de3cbbcbec3455c6e57076"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "75a8ac23c4b79441f2792d0841a21294",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3271863,
            "upload_time": "2025-02-23T09:12:43",
            "upload_time_iso_8601": "2025-02-23T09:12:43.072108Z",
            "url": "https://files.pythonhosted.org/packages/8a/00/0d48504545e20a46d537a3e29b4e7662790e8c693e86e8b7530f1cf82d33/lief-0.16.4-cp311-cp311-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "127f53c6ba841ec45ddc92b1c4743baa7096c650aa645197191470ae80035d52",
                "md5": "6737e01b1ee951ea6fc081d5c5896d0b",
                "sha256": "8b1f328d6e955cccb798353105abdb9983c251556927258e55b02e2aa60d5645"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6737e01b1ee951ea6fc081d5c5896d0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2985505,
            "upload_time": "2025-02-23T09:12:45",
            "upload_time_iso_8601": "2025-02-23T09:12:45.212897Z",
            "url": "https://files.pythonhosted.org/packages/12/7f/53c6ba841ec45ddc92b1c4743baa7096c650aa645197191470ae80035d52/lief-0.16.4-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2828f9c377b58706fb718d07ba42e62dd5332320f3465475e2c525b872905f6a",
                "md5": "d4867568b9559c0e4b02f802401b14e2",
                "sha256": "d1d062baacc79781f1143a01d057d0e0a857b1f80489b330684c57b76ec12e7f"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4867568b9559c0e4b02f802401b14e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3295834,
            "upload_time": "2025-02-23T09:12:48",
            "upload_time_iso_8601": "2025-02-23T09:12:48.267637Z",
            "url": "https://files.pythonhosted.org/packages/28/28/f9c377b58706fb718d07ba42e62dd5332320f3465475e2c525b872905f6a/lief-0.16.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f3ed7747f8dc7fcda21847e6d82b18c2177be17a5b25127b5ed87f5c266ced8",
                "md5": "2e5854d668099b1ffb7ad91bc139c347",
                "sha256": "7286e473544f85ba6c60b5afba0c3b9df3fd96d315d64a457c02cc7ce68b9711"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "2e5854d668099b1ffb7ad91bc139c347",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3044978,
            "upload_time": "2025-02-23T09:12:51",
            "upload_time_iso_8601": "2025-02-23T09:12:51.517758Z",
            "url": "https://files.pythonhosted.org/packages/0f/3e/d7747f8dc7fcda21847e6d82b18c2177be17a5b25127b5ed87f5c266ced8/lief-0.16.4-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "399d87abdaeeee4208d426bd436c75ebfc9efac22a60f67e38652a97c9cb7355",
                "md5": "fb14c47ede3772e852d4ef6181fc8ed8",
                "sha256": "038b6d8910a4ff832ff6d77e439f55ec53f6c9426842ebe54bae9c26e3c36edb"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fb14c47ede3772e852d4ef6181fc8ed8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3172517,
            "upload_time": "2025-02-23T09:12:54",
            "upload_time_iso_8601": "2025-02-23T09:12:54.665447Z",
            "url": "https://files.pythonhosted.org/packages/39/9d/87abdaeeee4208d426bd436c75ebfc9efac22a60f67e38652a97c9cb7355/lief-0.16.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97ac462765b19cfdf30ab7b77584766ea52db5c451501b9521f0d566019b78f6",
                "md5": "cc4090f4f63f2024af5ac992f361f68f",
                "sha256": "55e48dcb17c2ba2fbee5dd6cf68315b5a417fcfb5cb778a4298b09cd6c3dae4a"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cc4090f4f63f2024af5ac992f361f68f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2642519,
            "upload_time": "2025-02-23T09:12:57",
            "upload_time_iso_8601": "2025-02-23T09:12:57.912327Z",
            "url": "https://files.pythonhosted.org/packages/97/ac/462765b19cfdf30ab7b77584766ea52db5c451501b9521f0d566019b78f6/lief-0.16.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3072a07660bf542eca17e5ea6747d10fba4aa73139e16f5c56ad4041e76b6343",
                "md5": "ca10ed57ed17b0e727982408d30f3e05",
                "sha256": "28ba25ebd22fc6bc81ae50108d5e7bc0ac3fd243dd606d12e8f96678bf82c1d0"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ca10ed57ed17b0e727982408d30f3e05",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2743028,
            "upload_time": "2025-02-23T09:13:00",
            "upload_time_iso_8601": "2025-02-23T09:13:00.251989Z",
            "url": "https://files.pythonhosted.org/packages/30/72/a07660bf542eca17e5ea6747d10fba4aa73139e16f5c56ad4041e76b6343/lief-0.16.4-cp312-cp312-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54313b59440766d9ea5ecac0cabc49fa3a7e4efb142b1fd47ee3ddcf62a1dc22",
                "md5": "2ff55669e121c1526e7cb6878c957c7d",
                "sha256": "9ada948c418de2a994084fa405c28e2b36b12c3c098e69b7f77b563f049a61b5"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2ff55669e121c1526e7cb6878c957c7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3275999,
            "upload_time": "2025-02-23T09:13:03",
            "upload_time_iso_8601": "2025-02-23T09:13:03.585521Z",
            "url": "https://files.pythonhosted.org/packages/54/31/3b59440766d9ea5ecac0cabc49fa3a7e4efb142b1fd47ee3ddcf62a1dc22/lief-0.16.4-cp312-cp312-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a358e330c50e1cf6c23a41d6e0ff3817d325a55ed4ff8bb06694472f00de69f",
                "md5": "465ec9c87ef376d337e633ac23d6c582",
                "sha256": "457a703c2b15f3465c415485506ce7f121f884f0ca82b13a08777758cb346c80"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "465ec9c87ef376d337e633ac23d6c582",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2992553,
            "upload_time": "2025-02-23T09:13:05",
            "upload_time_iso_8601": "2025-02-23T09:13:05.447462Z",
            "url": "https://files.pythonhosted.org/packages/7a/35/8e330c50e1cf6c23a41d6e0ff3817d325a55ed4ff8bb06694472f00de69f/lief-0.16.4-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30f93a725c4d09d46a814883fd6e63cb9eccaaaa23e45372bb73c3ab1c0e34e9",
                "md5": "1440eccca234f4b1ce01b13d69217819",
                "sha256": "8ba0b038eb7e8953d6c85347cba7cb353a79d122585e0797e3f1a75352ff6321"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1440eccca234f4b1ce01b13d69217819",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3301839,
            "upload_time": "2025-02-23T09:13:08",
            "upload_time_iso_8601": "2025-02-23T09:13:08.691814Z",
            "url": "https://files.pythonhosted.org/packages/30/f9/3a725c4d09d46a814883fd6e63cb9eccaaaa23e45372bb73c3ab1c0e34e9/lief-0.16.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "009c1051c681702740d92bc125c74a5b74e20d873ee04686d9d6a44e028fe6bb",
                "md5": "c33c4fe4a4633a059197284665ca623f",
                "sha256": "06cd2432def66454785add6b8f14f2cf9f7ef4168cf2eb24367192953fb33206"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "c33c4fe4a4633a059197284665ca623f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3053189,
            "upload_time": "2025-02-23T09:13:10",
            "upload_time_iso_8601": "2025-02-23T09:13:10.593118Z",
            "url": "https://files.pythonhosted.org/packages/00/9c/1051c681702740d92bc125c74a5b74e20d873ee04686d9d6a44e028fe6bb/lief-0.16.4-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "396ef4a2d1c0e47939d407d8fe894c78964249bd8efd172be75878054051b688",
                "md5": "92635892c18485af7b5768a7787d95a3",
                "sha256": "c6363bf971135a4c65e2fa151e456995bb6ecb38c00f1ed9f8d4c6a625111556"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "92635892c18485af7b5768a7787d95a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3182188,
            "upload_time": "2025-02-23T09:13:12",
            "upload_time_iso_8601": "2025-02-23T09:13:12.554570Z",
            "url": "https://files.pythonhosted.org/packages/39/6e/f4a2d1c0e47939d407d8fe894c78964249bd8efd172be75878054051b688/lief-0.16.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "671ae93b937628e7a48b6f12ff6196a2471c890df3d023b1d7d590873b881e9a",
                "md5": "9562ad468964d1b5cd1f28ae11c0833a",
                "sha256": "dec20dc5c6e146743ce99b2b883500326a7eedfbdd53f50be9db037a055cc840"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9562ad468964d1b5cd1f28ae11c0833a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2641883,
            "upload_time": "2025-02-23T09:13:15",
            "upload_time_iso_8601": "2025-02-23T09:13:15.560165Z",
            "url": "https://files.pythonhosted.org/packages/67/1a/e93b937628e7a48b6f12ff6196a2471c890df3d023b1d7d590873b881e9a/lief-0.16.4-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ad54b7342c9d9bdfe46837446dbf0cb018832fe5a8794c0d9c9d57795a58d8e",
                "md5": "dae7782411aa94f1e47a6da8a2388af2",
                "sha256": "4aa2bc911936cdf0ff21109963ddf93eaf2366304fc5e87a2b084e2dbbfe1f52"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dae7782411aa94f1e47a6da8a2388af2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2742752,
            "upload_time": "2025-02-23T09:13:19",
            "upload_time_iso_8601": "2025-02-23T09:13:19.129553Z",
            "url": "https://files.pythonhosted.org/packages/2a/d5/4b7342c9d9bdfe46837446dbf0cb018832fe5a8794c0d9c9d57795a58d8e/lief-0.16.4-cp313-cp313-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93515f1a7741227482703323c819144b3d396765ff540a5ce70b900cc87ec888",
                "md5": "93d92023865a5201b2e86c8da41a27cd",
                "sha256": "2ba064016a68598eaa0d0c322f7fae06af62baf6265c9ff8ec17c92aea157ce4"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "93d92023865a5201b2e86c8da41a27cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3280516,
            "upload_time": "2025-02-23T09:13:22",
            "upload_time_iso_8601": "2025-02-23T09:13:22.463964Z",
            "url": "https://files.pythonhosted.org/packages/93/51/5f1a7741227482703323c819144b3d396765ff540a5ce70b900cc87ec888/lief-0.16.4-cp313-cp313-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c967e91dcb95552cb684dfbb72f097534945e527d79baa9528d7a3ef99ccf64f",
                "md5": "08be01504de8acf0e1d37fe1af5d6e19",
                "sha256": "3b79275054b85af5857754c262b111aaf55455240acca52f02c82f9a6e526fd8"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08be01504de8acf0e1d37fe1af5d6e19",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2992545,
            "upload_time": "2025-02-23T09:13:25",
            "upload_time_iso_8601": "2025-02-23T09:13:25.759463Z",
            "url": "https://files.pythonhosted.org/packages/c9/67/e91dcb95552cb684dfbb72f097534945e527d79baa9528d7a3ef99ccf64f/lief-0.16.4-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4fa30ecfc19432456353612bd8e547c4a92b05d1a1fb145a1279e23b59e0278",
                "md5": "cad901e51806238d3fcd73bbf9a979fb",
                "sha256": "fd9a8ebd338a8147e6f8fc2115e5965a11b8c12f09b8afe91473d9905c6ee88f"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cad901e51806238d3fcd73bbf9a979fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3301597,
            "upload_time": "2025-02-23T09:13:29",
            "upload_time_iso_8601": "2025-02-23T09:13:29.002010Z",
            "url": "https://files.pythonhosted.org/packages/b4/fa/30ecfc19432456353612bd8e547c4a92b05d1a1fb145a1279e23b59e0278/lief-0.16.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c15b1518db49c4d69232631133cd2b3b34a5691015c5e7394c5f38c0eba15c1",
                "md5": "51dfe86871934ef345a9ce3c31367476",
                "sha256": "9e103cc2bee8ff8d960ead8a094fc6aa9878b9ebeae0c1785d1e5bc2428ec4a4"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "51dfe86871934ef345a9ce3c31367476",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3053184,
            "upload_time": "2025-02-23T09:13:32",
            "upload_time_iso_8601": "2025-02-23T09:13:32.058620Z",
            "url": "https://files.pythonhosted.org/packages/3c/15/b1518db49c4d69232631133cd2b3b34a5691015c5e7394c5f38c0eba15c1/lief-0.16.4-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adda2b01fafc36aeb9a0c0949f5ffaba0a4562c6e77276fbd6b6cbf87387087c",
                "md5": "f95b4fdd65144bb59abe81d3a3f5b1d0",
                "sha256": "775661661d0c4d33429f99e6cfd7f0e0c3781191be81c79eaa4a9f2c68929ebd"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f95b4fdd65144bb59abe81d3a3f5b1d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 3182245,
            "upload_time": "2025-02-23T09:13:35",
            "upload_time_iso_8601": "2025-02-23T09:13:35.287064Z",
            "url": "https://files.pythonhosted.org/packages/ad/da/2b01fafc36aeb9a0c0949f5ffaba0a4562c6e77276fbd6b6cbf87387087c/lief-0.16.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba5808084895c1bf3550bcea7ac03510870af71dcdce68741dc743ab724e5a4d",
                "md5": "418b62b17381a0616ea65f023a728c5b",
                "sha256": "07df595b627d5a428bcc11a6ae46abd041e0e9b185b7664d85d7f62bd5a9318e"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "418b62b17381a0616ea65f023a728c5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2638616,
            "upload_time": "2025-02-23T09:13:37",
            "upload_time_iso_8601": "2025-02-23T09:13:37.297361Z",
            "url": "https://files.pythonhosted.org/packages/ba/58/08084895c1bf3550bcea7ac03510870af71dcdce68741dc743ab724e5a4d/lief-0.16.4-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d97e71d0d942aea44d4508685a46ab34edacfbfc9797fb6bed43e5da7927dc18",
                "md5": "5e905027e6695010e94fb1f4f3d9e2df",
                "sha256": "426334fad54984a49fcdad4cc7bb9236084a9681d14f6e5b42fe7e9aead1b706"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5e905027e6695010e94fb1f4f3d9e2df",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2734114,
            "upload_time": "2025-02-23T09:13:40",
            "upload_time_iso_8601": "2025-02-23T09:13:40.245321Z",
            "url": "https://files.pythonhosted.org/packages/d9/7e/71d0d942aea44d4508685a46ab34edacfbfc9797fb6bed43e5da7927dc18/lief-0.16.4-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9f8d880da1442fbb9d45e41579e987805cc6bf9a49151afe0a1ed64c74acbd0",
                "md5": "66e15e0c2fbb88e6ffb791048f6094d4",
                "sha256": "b18a3a8015111cddff73157924055d5cbe36986e8832763192cd9ae71ac16205"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "66e15e0c2fbb88e6ffb791048f6094d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3273883,
            "upload_time": "2025-02-23T09:13:42",
            "upload_time_iso_8601": "2025-02-23T09:13:42.448711Z",
            "url": "https://files.pythonhosted.org/packages/f9/f8/d880da1442fbb9d45e41579e987805cc6bf9a49151afe0a1ed64c74acbd0/lief-0.16.4-cp38-cp38-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "676a13b749429113a7979a154f451bb1f5d4422ae818044cbfc7529003755274",
                "md5": "5e621d7f73f096a356f053c4acc8681d",
                "sha256": "ac4859275bd989e9e8fe9eb1d31132b4903c4678b1c28a216d38cc731455b13f"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5e621d7f73f096a356f053c4acc8681d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2984516,
            "upload_time": "2025-02-23T09:13:44",
            "upload_time_iso_8601": "2025-02-23T09:13:44.757624Z",
            "url": "https://files.pythonhosted.org/packages/67/6a/13b749429113a7979a154f451bb1f5d4422ae818044cbfc7529003755274/lief-0.16.4-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b1af99abc4380e72a34e74259372cb28b62806c05d8b87161369959edaca177",
                "md5": "30ddf57f26e2142802939faaaef3fa25",
                "sha256": "9b633766397bfdfc778946e84607e0e5ede04140db35caff287ce756799507c4"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30ddf57f26e2142802939faaaef3fa25",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3294240,
            "upload_time": "2025-02-23T09:13:47",
            "upload_time_iso_8601": "2025-02-23T09:13:47.122494Z",
            "url": "https://files.pythonhosted.org/packages/8b/1a/f99abc4380e72a34e74259372cb28b62806c05d8b87161369959edaca177/lief-0.16.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c51970f2a229bded470a95b82f129d2486b46cad7726675b6681a3e35ffa00dc",
                "md5": "f6a026285ec89b76124f1a2592c8bffa",
                "sha256": "2f55ee6a33daa54bea194cbde6b5e7dc46325cc834449db2669b1a8a9ae16362"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "f6a026285ec89b76124f1a2592c8bffa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3044255,
            "upload_time": "2025-02-23T09:13:50",
            "upload_time_iso_8601": "2025-02-23T09:13:50.085581Z",
            "url": "https://files.pythonhosted.org/packages/c5/19/70f2a229bded470a95b82f129d2486b46cad7726675b6681a3e35ffa00dc/lief-0.16.4-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "783bf62638297eda0afa904d6b7046706989916c4ff323ad337a230402e4d0f3",
                "md5": "9b322cdd94c0597b107d5d6d91d00df8",
                "sha256": "5d99302ce8544879e650f713c368e4463d3f00b1266e27065fb86fcb73bd3fec"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9b322cdd94c0597b107d5d6d91d00df8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3171389,
            "upload_time": "2025-02-23T09:13:52",
            "upload_time_iso_8601": "2025-02-23T09:13:52.122755Z",
            "url": "https://files.pythonhosted.org/packages/78/3b/f62638297eda0afa904d6b7046706989916c4ff323ad337a230402e4d0f3/lief-0.16.4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e818f2d0ade35ca7c254d095bb127d8cae3d52be52386a2dc42769eeac9dd6d8",
                "md5": "c18e456be2e1e45aa05cc99f52f6956f",
                "sha256": "c1b7ec16f5a8bd578b42b3438428ff09898783106915ba495360abfe93830770"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c18e456be2e1e45aa05cc99f52f6956f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2645796,
            "upload_time": "2025-02-23T09:13:54",
            "upload_time_iso_8601": "2025-02-23T09:13:54.513049Z",
            "url": "https://files.pythonhosted.org/packages/e8/18/f2d0ade35ca7c254d095bb127d8cae3d52be52386a2dc42769eeac9dd6d8/lief-0.16.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed8feab0f15739da5b8915fd98b60941c79136678dd936caaaf5622fcd5c7c1c",
                "md5": "ed1f2c49227d9eab28ada7abc02daa04",
                "sha256": "07b832d821618df6f92ada9671f7111ac35e6a71e5220bc60ef20855053b78eb"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed1f2c49227d9eab28ada7abc02daa04",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2735337,
            "upload_time": "2025-02-23T09:13:57",
            "upload_time_iso_8601": "2025-02-23T09:13:57.823405Z",
            "url": "https://files.pythonhosted.org/packages/ed/8f/eab0f15739da5b8915fd98b60941c79136678dd936caaaf5622fcd5c7c1c/lief-0.16.4-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5fecd717cdda0259abb30deba5c745ae19ec5ae5f6321b9239305aca8b7347c",
                "md5": "eca44e89e6a1a8b75b9aff7d1ae75238",
                "sha256": "c436994e40037b170f261099d74db934beac4d9f824d56f912ebc2276fa79ba7"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eca44e89e6a1a8b75b9aff7d1ae75238",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3271712,
            "upload_time": "2025-02-23T09:13:59",
            "upload_time_iso_8601": "2025-02-23T09:13:59.786068Z",
            "url": "https://files.pythonhosted.org/packages/e5/fe/cd717cdda0259abb30deba5c745ae19ec5ae5f6321b9239305aca8b7347c/lief-0.16.4-cp39-cp39-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643c221542c36c488a24791b611406c090b2edd2d1c825d6ee55786cc6f151c4",
                "md5": "e7ec80565c663fd4fcbbdaafa958a15e",
                "sha256": "64035c2d3fdf64cf3892555f64b158782df8603078886ac4ea27b7a2c3a77b6f"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7ec80565c663fd4fcbbdaafa958a15e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2985431,
            "upload_time": "2025-02-23T09:14:01",
            "upload_time_iso_8601": "2025-02-23T09:14:01.591061Z",
            "url": "https://files.pythonhosted.org/packages/64/3c/221542c36c488a24791b611406c090b2edd2d1c825d6ee55786cc6f151c4/lief-0.16.4-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cdb5f9cf480ec696fbb2573dd328cb747cc80f0819f61b8e0960414efc28586",
                "md5": "1dd6ae999865ff59b79e756c5f8170a7",
                "sha256": "a38f5c9329c564c483eb7248f2db1fc0fb87ffbdab933acaf5072a0e8552c20e"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1dd6ae999865ff59b79e756c5f8170a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3295871,
            "upload_time": "2025-02-23T09:14:04",
            "upload_time_iso_8601": "2025-02-23T09:14:04.548317Z",
            "url": "https://files.pythonhosted.org/packages/8c/db/5f9cf480ec696fbb2573dd328cb747cc80f0819f61b8e0960414efc28586/lief-0.16.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3d17cc67739e29cfb942f7abf833b5f98bc4918e5bb8414212e63bc98c0cb81",
                "md5": "12c7581620fa23a82afcb36fad6a563a",
                "sha256": "a1f7d1e8bf0e0d386be89c60effbcd5768904b26a7a7bde0ed9ed8fc67b92a31"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "12c7581620fa23a82afcb36fad6a563a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3044931,
            "upload_time": "2025-02-23T09:14:07",
            "upload_time_iso_8601": "2025-02-23T09:14:07.810604Z",
            "url": "https://files.pythonhosted.org/packages/c3/d1/7cc67739e29cfb942f7abf833b5f98bc4918e5bb8414212e63bc98c0cb81/lief-0.16.4-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42b4a549f4992e11e5fe05e4732c1063f0946457243a0e7c278433337f4c34df",
                "md5": "4b569d0ef1906fd4429298f236e267d3",
                "sha256": "71449a9ae6a2e4a888db3cfd698071222e79b75b11250e33ac8bfd48634f09d8"
            },
            "downloads": -1,
            "filename": "lief-0.16.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4b569d0ef1906fd4429298f236e267d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3172633,
            "upload_time": "2025-02-23T09:14:11",
            "upload_time_iso_8601": "2025-02-23T09:14:11.147058Z",
            "url": "https://files.pythonhosted.org/packages/42/b4/a549f4992e11e5fe05e4732c1063f0946457243a0e7c278433337f4c34df/lief-0.16.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 09:12:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sponsors",
    "github_project": "lief-project",
    "github_not_found": true,
    "lcname": "lief"
}
        
Elapsed time: 1.56191s