Name: pefile Short Name: pefile URL: https://github.com/erocarrera/pefile Version: 2021.5.24 Revision: 95b6541e42fa0596c87809d7e96645ddeab6700d Update Mechanism: Manual License: MIT License File: LICENSE Security Critical: no Shipped: no Description: pefile is a multi-platform Python module to parse and work with Portable Executable (PE) files. Most of the information contained in the PE file headers is accessible, as well as all the sections' details and data. Local Modifications: - Only pefile.py, ordlookup, and LICENSE are present. - BUILD.gn, OWNERS, and README.chromium files were added. - pefile.py patched to increase the 0x10000000 offset limit for https://crbug.com/329661971.