ELFIO/doc/site/index.htm
2018-11-03 18:00:33 +02:00

96 lines
2.6 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ELFIO - C++ library for reading and generating ELF files</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<table summary="Title and Sourceforge logo.">
<tr>
<td align="left">
<h1>ELFIO - C++ library for reading and generating ELF files</h1>
</td>
</tr>
</table>
<div class="links">
<h3>Links</h3>
<ul class="menu">
<li>Download the source distribution from
<a href="http://sourceforge.net/projects/elfio/files/">SourceForge</a>
or
<a href="https://github.com/serge1/ELFIO/releases">GitHub</a>
repositories
</li><br/>
<li>Read the <a href="elfio.pdf">Tutorial and User Manual</a></li><br/>
<li>Visit the
<a href="https://github.com/serge1/ELFIO">GitHub project page</a></li><br/>
<li>Visit the
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/>
<li><a href="oldsite/index.htm">Old documentation</a> for outdated 1.0.3 version of the library</li><br/>
<li>Send <a href="mailto:to_serge@users.sourceforge.net">feedback, comments, patches, etc.</a></li></br>
</ul>
</div>
<div class="main">
<p>
<em>ELFIO</em> is a small, header-only C++ library that provides a simple interface for
reading and generating files in ELF binary format.
</p>
<p>
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.
</p>
<p>
While the library is easy to use, some basic knowledge of the ELF binary format
is required. Such Information can be easily found on the Web.
</p>
<p>
The current version of <em>ELFIO</em> library is 3.x and it is distributed under
<a href="http://www.opensource.org/licenses/MIT">MIT License</a> conditions.
</p>
<p>
Note for users of previous library versions 1.0.x: Version 3.x is not source
compatible to earlier versions. Transition to the new library interface is
straightforward though.
</p>
</div>
<div class="by">
<p class="author">
The library and the page is maintained by
<a href="mailto:to_serge@users.sourceforge.net">Serge Lamikhov-Center</a>.</br>
</p>
<table summary="Title and Sourceforge logo.">
<tr>
<td align="left" class=""author>
<p class="author">
Project Web Hosted by
</p>
</td>
<td align="left">
<a href="http://sourceforge.net/projects/elfio"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=19959&amp;type=10" width="80" height="15" border="0" alt="Get ELFIO library" /></a>
</td>
</tr>
</table>
</div>
</body>
</html>