Metadata-Version: 2.1
Name: makeelf
Version: 0.3.2
Summary: ELF reader-writer library
Home-page: https://github.com/v3l0c1r4pt0r/makeelf
Author: v3l0c1r4pt0r
Author-email: v3l0c1r4pt0r@gmail.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

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
