pefile, Portable Executable reader module
All the PE file basic structures are available with their default names as
attributes of the instance returned.
Processed elements such as the import table are made available with lowercase
names, to differentiate them from the upper case basic structure names.
pefile has been tested against many edge cases such as corrupted and malformed
PEs as well as malware, which often attempts to abuse the format way beyond its
standard use. To the best of my knowledge most of the abuse is handled
gracefully.
Copyright (c) 2005-2023 Ero Carrera <ero.carrera@gmail.com>
Raw data
{
"_id": null,
"home_page": "https://github.com/erocarrera/pefile",
"name": "pefile",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6.0",
"maintainer_email": "",
"keywords": "pe,exe,dll,pefile,pecoff",
"author": "Ero Carrera",
"author_email": "ero.carrera@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/78/c5/3b3c62223f72e2360737fd2a57c30e5b2adecd85e70276879609a7403334/pefile-2023.2.7.tar.gz",
"platform": null,
"description": "pefile, Portable Executable reader module\n\nAll the PE file basic structures are available with their default names as\nattributes of the instance returned.\n\nProcessed elements such as the import table are made available with lowercase\nnames, to differentiate them from the upper case basic structure names.\n\npefile has been tested against many edge cases such as corrupted and malformed\nPEs as well as malware, which often attempts to abuse the format way beyond its\nstandard use. To the best of my knowledge most of the abuse is handled\ngracefully.\n\nCopyright (c) 2005-2023 Ero Carrera <ero.carrera@gmail.com>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python PE parsing module",
"version": "2023.2.7",
"split_keywords": [
"pe",
"exe",
"dll",
"pefile",
"pecoff"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5526d0ad8b448476d0a1e8d3ea5622dc77b916db84c6aa3cb1e1c0965af948fc",
"md5": "b4edbe7d266fab1767b082c0f8fef02c",
"sha256": "da185cd2af68c08a6cd4481f7325ed600a88f6a813bad9dea07ab3ef73d8d8d6"
},
"downloads": -1,
"filename": "pefile-2023.2.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b4edbe7d266fab1767b082c0f8fef02c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.0",
"size": 71791,
"upload_time": "2023-02-07T12:28:36",
"upload_time_iso_8601": "2023-02-07T12:28:36.678983Z",
"url": "https://files.pythonhosted.org/packages/55/26/d0ad8b448476d0a1e8d3ea5622dc77b916db84c6aa3cb1e1c0965af948fc/pefile-2023.2.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78c53b3c62223f72e2360737fd2a57c30e5b2adecd85e70276879609a7403334",
"md5": "fa0eba7c91f4e696771ddbfacdca25e4",
"sha256": "82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc"
},
"downloads": -1,
"filename": "pefile-2023.2.7.tar.gz",
"has_sig": false,
"md5_digest": "fa0eba7c91f4e696771ddbfacdca25e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.0",
"size": 74854,
"upload_time": "2023-02-07T12:23:55",
"upload_time_iso_8601": "2023-02-07T12:23:55.958854Z",
"url": "https://files.pythonhosted.org/packages/78/c5/3b3c62223f72e2360737fd2a57c30e5b2adecd85e70276879609a7403334/pefile-2023.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-07 12:23:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "erocarrera",
"github_project": "pefile",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "pefile"
}