[ Dacav's Corner :: libelfsword ]

recursive dacav moc [tod] liamg [ta] vacadigmis profile for Dacav at Stack Overflow

What is libelfsword?

It's an ELF file management reading library written in C.

Licensing:

GNU GPL v.3.

Development:

The library current works for 32 bit ELF object files. The following internal elements are supported:

As somehow annunced before, for the moment the library doesn't support ELF file creation or writing, and can be used only for object file analysis.

GIT is used as version control system, and the source code is currently hosted by GitHub. You may fork the project from GitHub, or clone the repository as follows:

dacav@mithril$ git clone git://github.com/dacav/ElfSword.git
Initialized empty Git repository in /tmp/ElfSword/.git/
remote: Counting objects: 644, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 644 (delta 410), reused 142 (delta 103)
Receiving objects: 100% (644/644), 139.72 KiB | 227 KiB/s, done.
Resolving deltas: 100% (410/410), done.
dacav@mithril$

For users and mantainers:

You can download the library tarball here.