Metadata-Version: 1.1
Name: elffile
Version: 0.003
Summary: A pure python library for reading and writing ELF format object filex.
Home-page: http://bitbucket.org/krp/elffile
Author: K. Richard Pixley
Author-email: rich@noir.com
License: MIT
Description: .. Time-stamp: <03-Jan-2011 19:55:42 PST by rich@noir.com>
        
        Welcome to elffile!
        
        Elffile is a pure python implementation of a library which reads and
        writes `ELF format object files
        <http://en.wikipedia.org/wiki/Executable_and_Linkable_Format>`_
        
        Current features:
        
        * Elffile is pure `python <http://python.org>`_ so installation is
          easy.
        * Elffile has been tested on python versions 2.[67] and 3.[012].
        * Reads both 32 and 64 bit formats in both big and little endian
          order.
        * Reads and writes file header, section header table, sections, and
          the section name string section.
        * Reads program header table.
        
        This is sufficient to compare two object files to determine if they
        are equivalent aside from having been built at different times and in
        different file system locations which was my initial goal.
        
        --rich
        
Keywords: elf object file
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: elffile
