Menu

Tree [r3929] / trunk /
 History

HTTPS access


File Date Author Commit
 addr2line 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 ar 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 as 2018-10-14 jkoshy [r3642] Use the mdoc(7)-recommended ordering for the '....
 brandelf 2016-04-07 emaste [r3440] brandelf: add CloudABI
 common 2021-02-21 jkoshy [r3922] We no longer need 'native-elf-format' when buil...
 cxxfilt 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 documentation 2020-03-30 jkoshy [r3854] Remove superflous punctuation.
 elfcopy 2021-02-19 jkoshy [r3919] elfcopy(1): when rewriting a file in-place, fir...
 elfdump 2021-02-21 jkoshy [r3921] Code cleanup: remove a #ifdef block for an obso...
 findtextrel 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 isa 2018-10-14 jkoshy [r3642] Use the mdoc(7)-recommended ordering for the '....
 ld 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 libdwarf 2021-03-07 jkoshy [r3929] Mark up 'NULL' consistently in libdwarf's manua...
 libelf 2021-03-07 jkoshy [r3928] Mark up the symbol 'NULL' consistently.
 libelftc 2021-02-20 jkoshy [r3920] Improve compatibility with GNU and LLVM
 libpe 2018-04-11 jkoshy [r3594] Support builds that use an 'obj' directory.
 mk 2020-11-30 jkoshy [r3913] Set LINTFLAGS so that lint(1) can be used durin...
 nm 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 readelf 2020-11-11 jkoshy [r3885] Fix '-Wshift-negative-value' warnings.
 size 2020-02-07 emaste [r3809] size: Avoid returning a stack pointer from xlat...
 strings 2020-11-11 jkoshy [r3887] Fix '-Wimplicit-fallthrough' warnings.
 test 2021-03-07 jkoshy [r3926] Add tests for elf_getversion().
 tools 2020-04-12 jkoshy [r3856] More work on translating the project's manual p...
 .cirrus.yml 2020-02-14 emaste [r3822] CI: use bmake on Ubuntu
 .style.yapf 2020-06-23 jkoshy [r3860] Add style rules for the YAPF Python formatter.
 GNUmakefile 2020-11-29 jkoshy [r3910] Update a comment to recommend NetBSD 'make' ove...
 INSTALL 2020-11-21 jkoshy [r3900] Add build instructions for Raspbian 10 (32-bit,...
 LICENSE 2021-02-09 jkoshy [r3917] Add an explicit LICENSE file.
 Makefile 2019-10-14 jkoshy [r3781] Remove a redundant SUBDIR line.
 README.rst 2021-02-26 jkoshy [r3924] Direct readers on mirror sites to the main proj...
 RELEASE-NOTES 2016-01-18 jkoshy [r3353] Update the installation and release notes for N...

Read Me

The Elftoolchain Project

Note

If you are reading this README on a mirror site such as GitHub, please note that the primary development site for this project is at elftoolchain.sourceforge.net.

Please use the SourceForge project's bug tracker for reporting bugs and for sending in patches. If you have other project-related questions, please ask them on the <elftoolchain-developers@lists.sourceforge.net> mailing list.

Description

This software implements essential compilation tools and libraries for:

  • managing program objects conforming to the ELF object format, and
  • for managing DWARF debugging information in ELF objects.

The project currently implements the following utilities and libraries:

Name Description
ar Archive manager.
addr2line Debug tool.
brandelf Manage the ELF brand on executables.
c++filt Translate encoded symbols.
elfcopy Copy and translate between object formats.
elfdump Diagnostic tool.
findtextrel Find undesired text relocations.
libdwarf DWARF access library.
libelf ELF access library.
mcs Manage comment sections.
nm List symbols in an ELF object.
ranlib Add archive symbol tables to an archive.
readelf Display ELF information.
size List object sizes.
strings Extract printable strings.
strip Discard information from ELF objects.

Project Documentation

  • Release notes for released versions of this software are present in the file RELEASE-NOTES in the current directory.
  • The file INSTALL in the current directory contains instructions on building and installing this software.
  • Reference documentation in the form of manual pages is provided for the utilities and libraries developed by the project.
  • Additional tutorial documentation is present in the documentation directory.

Tracking Ongoing Development

The project uses subversion for its version control system.

The subversion branch for the current set of sources may be accessed at the following URL:

https://sourceforge.net/p/elftoolchain/code/HEAD/tree/trunk/

The project's source tree may be checked out from its repository by using the svn checkout command:

% svn checkout https://svn.code.sf.net/p/elftoolchain/code/trunk

Checked-out sources may be kept upto-date by running svn update inside the source directory:

% svn update

Instructions on building and installing the software are given in the file INSTALL in the current directory.

Downloading Released Software

Released versions of the project's software may also be downloaded from SourceForge's file release system.

Developer Community

The project's developers may be contacted using the mailing list: <elftoolchain-developers@lists.sourceforge.net>.

Reporting Bugs

Please use our bug tracker for viewing existing bug reports and for submitting new bug reports.

Additional Information

Additional information about the project may be found on the project website.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.