ELFIO/doc/site/elfio.htm

51 lines
1.7 KiB
HTML
Raw Normal View History

2012-03-09 10:01:14 +00:00
<!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>
<td align="right">
<a href="http://sourceforge.net/projects/elfio"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=76645&amp;type=15" width="150" height="40" alt="Get Templatized C++ Command Line Parser at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</td>
</tr>
</table>
<div class="links">
<h3>Links</h3>
<ul class="menu">
<li><a href="http://sourceforge.net/projects/elfio/files/">Download</a> the source</li><br/>
<li>Read the <a href="manual.html">Manual</a></li><br/>
<li>Read the <a href="html/index.html">API documentation</a></li><br/>
<li>Visit the
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></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>
<em>ELFIO</em> library is independent and does not rely on any other additional projects.
It is also cross-platform - the library uses standard ANSI C++ constructions
and runs on wide variety of architectures.
</p>
<div class="main">
</body>
</html>