Skip to content

Commit

Permalink
Added a note to the spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 1, 2009
1 parent 62804f2 commit 4003ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/fatelf-specification.txt
@@ -1,5 +1,9 @@
FatELF specification, version 1.

This specification is written in plain English, which is less efficient than
just listing a handful of C structs. If you just want the structs, those are
in fatelf.h. This file is here to hopefully clarify those data structures, and
also allow for a complete clean-room implementation.

FatELF is a simple container format for storing multiple Executable and
Linkable Format (ELF) binaries in a single file. The file format is as follows.
Expand Down

0 comments on commit 4003ab8

Please sign in to comment.