Menu

Tree [r4370] / trunk /
 History

HTTPS access


File Date Author Commit
 addr2line 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 ar 5 days ago jkoshy [r4370] ar.1: Address mandoc -Tlint warnings.
 as 2026-02-26 jkoshy [r4336] as: Use elftc_get_program_name(3).
 brandelf 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 common 2026-03-30 jkoshy [r4365] elfconstants: Add EM_PPU (T-HEAD Parallel Proce...
 cxxfilt 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 documentation 2020-03-30 jkoshy [r3854] Remove superflous punctuation.
 elfcopy 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 elfdump 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 findtextrel 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 isa 5 days ago jkoshy [r4368] isa.1: Fix mandoc -Tlint warnings.
 ld 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 libdwarf 2025-08-09 jkoshy [r4198] libdwarf: Simplify M4 includes.
 libelf 2025-12-24 jkoshy [r4324] libelf/Makefile: Sort SRCS.
 libelftc 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 libpe 2025-01-25 jkoshy [r4105] libpe: Add LoongArch definitions.
 mk 2026-03-21 jkoshy [r4364] mk: Add a 'memcheck-test' target.
 nm 5 days ago jkoshy [r4369] nm.1: Address warnings from mandoc -Tlint.
 readelf 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 size 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 strings 2026-03-12 jkoshy [r4362] Use a dedicated header for elftc_get_program_na...
 tests 2026-03-30 jkoshy [r4367] libelftc/testsuite: Check test coverage of EM_*...
 tools 2025-12-26 jkoshy [r4326] tools/netbsd-base-system-import.sh: Suppress un...
 .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.
 BASE-SYSTEM-IMPORT.rst 2025-01-27 jkoshy [r4118] Turn on expansion of the Subversion 'Id' keyword.
 GNUmakefile 2020-11-29 jkoshy [r3910] Update a comment to recommend NetBSD 'make' ove...
 INSTALL 2025-10-07 jkoshy [r4207] Catch up with r4035: update the path to the 'te...
 LICENSE 2021-02-09 jkoshy [r3917] Add an explicit LICENSE file.
 Makefile 2024-01-16 jkoshy [r4035] Rename the 'test' directory to 'tests'.
 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.

MongoDB Logo MongoDB