blob: a94ff0f1e25b93ec37622060eb66101e37d2d79f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD: src/lib/libelf/README,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
# $NetBSD$
libelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API.
Documentation:
* Manual page elf.3 contains an overview of the library. Other
manual pages document individual APIs in the library.
* A tutorial "libelf by Example" is available at:
http://people.freebsd.org/~jkoshy/download/libelf/article.html
For ongoing development please see http://elftoolchain.sourceforge.net/
|