elffile 0.005
A pure python library for reading and writing ELF format object filex.
Downloads ↓ | Package Documentation
Welcome to elffile!
Elffile is a pure python implementation of a library which reads and writes ELF format object files
Current features:
- Elffile is pure python 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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| elffile-0.005.tar.gz (md5) | Source | 2011-02-08 | 671KB | 634 | |
- Author: K. Richard Pixley
- Documentation: elffile package documentation
- Home Page: http://bitbucket.org/krp/elffile
- Keywords: elf object file
- License: MIT
- Provides elffile
-
Categories
- Development Status :: 2 - Pre-Alpha
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.0
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: krp
- DOAP record: elffile-0.005.xml
