a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: collection of programs that access and manipulate ELF files
This distribution is a collection of programs that are generally
unrelated, except in that they all deal with the ELF file format.
.
The main purpose of these programs is to be illustrative and
educational -- to help fellow programmers understand the ELF file
format and something of how it works under the Linux platform. For the
most part, these programs have limited real-world utility.
.
With the exception of shared use of the elfrw static library, each
program is independent of the others. There is no other shared code
between them, and they all take slightly different approaches to
handling ELF files.
Description: collection of programs dealing with the ELF file format
This distribution is a collection of programs that are generally
unrelated, except in that they all deal with the ELF file format.
.
Each program is independent. There is no shared code between them, and
in fact they all take slightly different approaches to handling ELF
files.
.
The table of contents:
* sstrip
sstrip is a small utility that removes everything from an ELF file
that is not part of the file's memory image.
* rebind
rebind is another small utility that alters the binding of selected
exported symbols in an ELF object file.
* elfls
elfls is a utility that displays an ELF file's program and/or
section header tables, which serve as a kind of global roadmap to
the file's contents.
* elftoc
elftoc takes an ELF file and generates C code that defines a
structure with the same memory image, using the structures and
preprocessor symbols defined in <linux/elf.h>.
* ebfc
ebfc is a compiler for a tiny programming language. The compiler can
generate ELF executables, object files, and shared libraries.
* tiny
This directory contains a collection of very small ELF executables.
.
Homepage: http://www.muppetlabs.com/~breadbox/software/elfkickers.html
--- 305369 Thu Jan 1 00:00:00 1970
+++ 36136 Thu Jan 1 00:00:00 1970
@@ -1,13 +1,30 @@
-collection of programs that access and manipulate ELF files
+collection of programs dealing with the ELF file format
This distribution is a collection of programs that are generally
unrelated, except in that they all deal with the ELF file format.
.
- The main purpose of these programs is to be illustrative and
- educational -- to help fellow programmers understand the ELF file
- format and something of how it works under the Linux platform. For the
- most part, these programs have limited real-world utility.
+ Each program is independent. There is no shared code between them, and
+ in fact they all take slightly different approaches to handling ELF
+ files.
.
- With the exception of shared use of the elfrw static library, each
+ The table of contents:
- program is independent of the others. There is no other shared code
+ * sstrip
- between them, and they all take slightly different approaches to
+ sstrip is a small utility that removes everything from an ELF file
- handling ELF files.
+ that is not part of the file's memory image.
+ * rebind
+ rebind is another small utility that alters the binding of selected
+ exported symbols in an ELF object file.
+ * elfls
+ elfls is a utility that displays an ELF file's program and/or
+ section header tables, which serve as a kind of global roadmap to
+ the file's contents.
+ * elftoc
+ elftoc takes an ELF file and generates C code that defines a
+ structure with the same memory image, using the structures and
+ preprocessor symbols defined in <linux/elf.h>.
+ * ebfc
+ ebfc is a compiler for a tiny programming language. The compiler can
+ generate ELF executables, object files, and shared libraries.
+ * tiny
+ This directory contains a collection of very small ELF executables.
+ .
+ Homepage: http://www.muppetlabs.com/~breadbox/software/elfkickers.html