Download List

Project Description

libelf lets you read, modify or create ELF files in an architecture-independent way. The library takes care of size and endian issues. For example, you can process a file for SPARC processors on an Intel-based system. This library is a clean-room rewrite of the System V Release 4 library, and is supposed to be source code compatible with it. It was meant primarily for porting SVR4 applications to other operating systems, but can also be used as the basis for new applications (and as a light-weight alternative to libbfd).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-01 23:19
0.8.13

A new function, elf_getaroff(), was added to maintain compatibility with other implementations. A few build fixes were made.

2009-07-08 03:28
0.8.12

Due to some unfortunate confusion, the elf_getphnum(), elf_getshnum(), and elf_getshstrndx() are not compatible between libelf implementations. Therefore, the developers jointly decided to replace them with new functions: elf_getphdrnum(), elf_getshdrnum(), and elf_getshdrstrndx(), which will always return -1 on failure and 0 on success. Code using the old interface should be upgraded to increase portability.

2009-05-23 03:36
0.8.11

This release fixes a bug in elf_rawfile().

2007-09-07 15:12
0.8.10

Users are now able to turn off select sanity
checks that are not
compatible with other versions of libelf.
Tags: Minor feature enhancements

2006-08-22 14:27
0.8.9

The data translator can now handle versioning
sections with inconsistent data (as found on
Solaris). Windows DLLs should work now as well.
Tags: Minor bugfixes

Project Resources