Metadata-Version: 1.1
Name: makeelf
Version: 0.3.4
Summary: ELF reader-writer library
Home-page: https://github.com/v3l0c1r4pt0r/makeelf
Author: v3l0c1r4pt0r
Author-email: v3l0c1r4pt0r@gmail.com
License: UNKNOWN
Description: MakeELF is a Python library to parse, modify and create ELF binaries. It provides following features:
        
         - easy to use, standard Python interface
         - reading existing ELF files to Python representation
         - modification of every aspect of ELF format structures
         - ability to skip any validation to test other parsers for potential errors
         - creating new valid ELF files with just one step
         - easy serialization of every structure present in ELF file
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
