diff --git a/README b/README index 89e5c5e..dcf01f1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ELFIO is a C++ library for reading and generating files in the ELF binary -format. This library is unique and not based on any other product. It is also -platform independent. The library uses standard ANSI C++ constructions and -runs on a wide variety of architectures. +ELFIO is a header-only C++ library intended for reading and generating +files in the ELF binary format. It is used as a standalone library - it is not +dependant on any other product or project. Adhering to ISO C++, it compiles on +a wide variety of architectures and compilers. diff --git a/doc/elfio.docx b/doc/elfio.docx index 3807bd9..85fc9e2 100644 Binary files a/doc/elfio.docx and b/doc/elfio.docx differ diff --git a/doc/elfio.pdf b/doc/elfio.pdf index e69ce6f..413af7f 100644 Binary files a/doc/elfio.pdf and b/doc/elfio.pdf differ