🌐
SourceForge
sourceforge.net › home › open source software › software development › build tools › elf tool chain › files
ELF Tool Chain - Browse /Documentation/libelf-by-example at SourceForge.net
README This release directory contains larger pieces of documentation such as tutorials. - libelf-by-example/ Contains released versions of the ``libelf by Example'' tutorial.
🌐
GitHub
github.com › WolfgangSt › libelf
GitHub - WolfgangSt/libelf: libelf · GitHub
Processor-specific documentation is spread across a number of `Processor Supplement' documents, one for each architecture; you'll have to use a search engine to find them. * The COFF file format is not understood. This is so obsolete that it will probably never be implemented. * nlist(3) is incomplete; the n_type and n_sclass members of struct nl are set to zero even if type (that is, debug) information is available. * Libelf does not translate Solaris' `Move' and `Syminfo' sections.
Starred by 87 users
Forked by 28 users
Languages   C 92.5% | Makefile 6.0%
🌐
Oracle
docs.oracle.com › cd › E88353_01 › html › E37842 › libelf-3lib.html
libelf - man pages section 3: Library Interfaces and Headers
July 27, 2022 - libelf - ELF access library Functions in this library provide routines to manipulate ELF (Executable and Linking Format) object files, archive files, and archive...
🌐
GNU
sourceware.org › elfutils
The elfutils project
libelf · elf32, elf64 and gelf functions to read, modify and create ELF files. libdw · dwarf, dwfl and dwelf functions to read DWARF, find separate debuginfo, symbols and inspect process state. libasm · asm and disasm functions to assemble and disassamble instructions (partial support for ...
🌐
IBM
ibm.com › docs › SSLTBW_2.1.0 › com.ibm.zos.v2r1.cbcdu01 › cdaugdmp_init_libelf.htm
IBM Documentation
Get assistance for the IBM products, services and software you own · Provides fixes and updates for your system's software, hardware, and operating system
🌐
SourceForge
sourceforge.net › home › browse › elf tool chain › wiki
ELF Tool Chain / Wiki / libelf
The libelf library simplifies the task of creating portable and architecture-independent tools that read and write ELF files.
🌐
docs.rs
docs.rs › libelf › latest › libelf › struct.Elf.html
Elf in libelf - Rust
This function is unsafe because there is no guarantee that the given pointer is a valid libelf handle, nor whether the lifetime inferred is appropriate.
🌐
GitHub
github.com › 0intro › libelf
GitHub - 0intro/libelf: Libelf is a simple library to read ELF files. · GitHub
Libelf is a simple library which provides functions to read ELF files.
Starred by 56 users
Forked by 14 users
Languages   C 99.0% | Makefile 1.0%
Find elsewhere
🌐
Fossies
fossies.org › dox › libelf-0.8.13 › structElf__Data.html
We cannot provide a description for this page right now
🌐
Alexaltea
alexaltea.github.io › libelf.js
Libelf.js
Access ELF objects with libelf, using JavaScript.
🌐
Free Software Directory
directory.fsf.org › wiki › Libelf
Libelf - Free Software Directory
'Libelf' lets you read, modify or create ELF files in an architecture-independent way. The library takes care of size and endian issues, e.g. 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 ...
🌐
GitHub
github.com › sergev › elftoolchain › tree › master › documentation › libelf-by-example
elftoolchain/documentation/libelf-by-example at master · sergev/elftoolchain
libelf-by-example.tex · libelf-by-example.tex · prog1.txt · prog1.txt · prog2.txt · prog2.txt · prog3.txt · prog3.txt · prog4.txt · prog4.txt · prog5.txt · prog5.txt · prog6.txt · prog6.txt · View all files ·
Author   sergev
🌐
GitHub
github.com › spurious › elftoolchain-mirror › tree › master › documentation › libelf-by-example
elftoolchain-mirror/documentation/libelf-by-example at master · spurious/elftoolchain-mirror
libelf-by-example.tex · libelf-by-example.tex · prog1.txt · prog1.txt · prog2.txt · prog2.txt · prog3.txt · prog3.txt · prog4.txt · prog4.txt · prog5.txt · prog5.txt · prog6.txt · prog6.txt · View all files ·
Author   spurious
🌐
Leanpub
leanpub.com › libelfbyexample
Libelf by Example [Leanpub PDF/iPad/Kindle]
This tutorial introduces libelf, a library for reading and writing object code in the Extensible Linking Format (ELF) file format.
🌐
IBM
ibm.com › docs › en › zos › 2.1.0
Initializing libelf
Get assistance for the IBM products, services and software you own · Provides fixes and updates for your system's software, hardware, and operating system
🌐
The Mail Archive
mail-archive.com › elftoolchain-developers@lists.sourceforge.net › msg00017.html
[Elftoolchain-developers] a detailed example of libelf and libdwarf as "the APIs to nowhere" and two suggestions for improvement in their documentation
July 24, 2014 - This example shows how to use libelf to load an elf, get the number of entries in the program header table (which seem to be another name for what one might call "segment headers") using elf_getphdrnum(), and how to get the program header itself (a GElf_Phdr ) using gelf_getphdr().
🌐
OpenBSD
man.openbsd.org › elf
elf(3) - OpenBSD manual pages
The library “libelf” provides functions that allow an application to read and manipulate ELF object files, and to read ar(1) archives.