From 4003ab875c08e44120ecd307df340b440146effc Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Oct 2009 00:52:32 -0400 Subject: [PATCH] Added a note to the spec. --- docs/fatelf-specification.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/fatelf-specification.txt b/docs/fatelf-specification.txt index e465913..ea80cbe 100644 --- a/docs/fatelf-specification.txt +++ b/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.