Menu

Tree [r4191] / trunk /
 History

HTTPS access


File Date Author Commit
 addr2line 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 ar 2025-02-12 jkoshy [r4185] Have 'make clean' delete lexer output.
 as 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 brandelf 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 common 2025-02-19 jkoshy [r4191] elfconstants: Update the set of known ELF heade...
 cxxfilt 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 documentation 2020-03-30 jkoshy [r3854] Remove superflous punctuation.
 elfcopy 2025-02-13 jkoshy [r4186] Allow elfcopy to create LoongArch PE objects.
 elfdump 2025-01-08 jkoshy [r4075] elfdump: replace an ad hoc helper function with...
 findtextrel 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 isa 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 ld 2025-02-12 jkoshy [r4185] Have 'make clean' delete lexer output.
 libdwarf 2025-01-25 jkoshy [r4104] libdwarf: Add LoongArch support.
 libelf 2025-01-09 jkoshy [r4079] libelf: Delete an unnecessary configuration sta...
 libelftc 2025-02-12 jkoshy [r4183] libelftc: Add a BFD descriptor for target "efi-...
 libpe 2025-01-25 jkoshy [r4105] libpe: Add LoongArch definitions.
 mk 2025-01-27 jkoshy [r4117] mk/*.mk: Turn on expansion of the Subversion 'I...
 nm 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 readelf 2025-02-14 jkoshy [r4189] readelf: Add LoongArch support.
 size 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 strings 2021-09-08 jkoshy [r3950] Change Elftoolchain's command-line utilities to...
 tests 2025-02-12 jkoshy [r4184] libelftc/testsuite: Check for the BFD target ad...
 tools 2025-01-27 jkoshy [r4113] tools: Turn on expansion of the Subversion 'Id'...
 .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 2023-04-16 jkoshy [r4004] Support FreeBSD v13.1 {arm64,amd64,i386} going ...
 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.

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.