Metadata-Version: 2.1
Name: p3elf
Version: 0.1.6
Summary: A tiny python3 package for parsing ELF files
Home-page: https://github.com/bool3max/p3elf/
Author: Bogdan Mitrović
Author-email: bokisa.mitrovic2@gmail.com
License: UNKNOWN
Description: # **p3elf**
        
        A tiny python3 module for parsing ELF file metadata that I'm writing to familiarize myself with python binary IO as well as to gain more python experience.
        
        Currently, it can: 
        
        * parse the ELF file header
        
        * parse program headers and section headers
        
        * dump segments
        
        * dump sections
        
        ## TODO
        * publish on pip for fun (familiarize myself with setuptools etc.)
        * cli tool
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
