diff --git a/doc/tutorial.docbook b/doc/elfio.docbook similarity index 100% rename from doc/tutorial.docbook rename to doc/elfio.docbook diff --git a/doc/tutorial.html b/doc/elfio.html similarity index 95% rename from doc/tutorial.html rename to doc/elfio.html index 17280c2..deb5cff 100644 --- a/doc/tutorial.html +++ b/doc/elfio.html @@ -1,6 +1,6 @@ -
Table of Contents
Table of Contents
List of Tables
List of Tables
ELFIO is a C++ library for reading and generating files in ELF binary format. This library is independent and does not require any other product. It is also cross-platform - the library uses standard ANSI C++ constructions @@ -9,7 +9,7 @@ While the library's implementation does make your work much easier: basic knowledge of the ELF binary format is required. Information about ELF format can be found widely on the web. -
The ELFIO library is a header only library. No preparatory compilation
steps are required. To make your application be aware about the
ELFIO classes and types declarations, just include elfio.hpp
header file.
@@ -146,7 +146,7 @@ int main( int argc, char** argv )
The full text of this example comes together with ELFIO library distribution. -
To simplify creation and interpretation of the ELF sections' data,
the ELFIO library comes with auxiliary classes - accessors. To the moment
of this document writing, the following accessors are available:
@@ -188,20 +188,20 @@ int main( int argc, char** argv )
section*
parameters for their constructors.
get_symbol
is used to retrieve a particular entry
in the symbol table.
-
The source code for the ELF Dumping Utility can be found in the "Examples" directory; included there are more examples on how to use different ELFIO reader interfaces. -
The ELFIO library is a header only library. No preparatory compilation
steps are required. To make your application be aware about the
ELFIO classes and types declarations, just include elfio.hpp
header file.
All ELFIO library declarations reside in ELFIO namespace.
So, our tutorial code starts from this:
-
Table of Contents
Table of Contents
The ELFIO library consists of two independent parts: ELF File Reader
-
Table 2.1. Class elfio
member functions
Function | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ Table 2.1. Class
The ELFIO library consists of two independent parts: ELF File Reader
( - Table 2.2. Class
|