165042b18Sopenharmony_ci<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 265042b18Sopenharmony_ci "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 365042b18Sopenharmony_ci<html xmlns="http://www.w3.org/1999/xhtml"> 465042b18Sopenharmony_ci<head> 565042b18Sopenharmony_ci<title>ELFIO - C++ library for reading and generating ELF files</title> 665042b18Sopenharmony_ci<link rel="stylesheet" href="style.css" type="text/css"/> 765042b18Sopenharmony_ci</head> 865042b18Sopenharmony_ci 965042b18Sopenharmony_ci<body> 1065042b18Sopenharmony_ci 1165042b18Sopenharmony_ci<table summary="Title and Sourceforge logo."> 1265042b18Sopenharmony_ci<tr> 1365042b18Sopenharmony_ci<td align="left"> 1465042b18Sopenharmony_ci<h1>ELFIO - C++ library for reading and generating ELF files</h1> 1565042b18Sopenharmony_ci</td> 1665042b18Sopenharmony_ci</tr> 1765042b18Sopenharmony_ci</table> 1865042b18Sopenharmony_ci 1965042b18Sopenharmony_ci<div class="links"> 2065042b18Sopenharmony_ci<h3>Links</h3> 2165042b18Sopenharmony_ci<ul class="menu"> 2265042b18Sopenharmony_ci 2365042b18Sopenharmony_ci<li>Download the source distribution from 2465042b18Sopenharmony_ci<a href="http://sourceforge.net/projects/elfio/files/">SourceForge</a> 2565042b18Sopenharmony_cior 2665042b18Sopenharmony_ci<a href="https://github.com/serge1/ELFIO/releases">GitHub</a> 2765042b18Sopenharmony_cirepositories 2865042b18Sopenharmony_ci</li><br/> 2965042b18Sopenharmony_ci 3065042b18Sopenharmony_ci<li>Read the <a href="elfio.pdf">Tutorial and User Manual</a></li><br/> 3165042b18Sopenharmony_ci 3265042b18Sopenharmony_ci<li>Visit the 3365042b18Sopenharmony_ci<a href="https://github.com/serge1/ELFIO">GitHub project page</a></li><br/> 3465042b18Sopenharmony_ci 3565042b18Sopenharmony_ci<li>Visit the 3665042b18Sopenharmony_ci<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/> 3765042b18Sopenharmony_ci 3865042b18Sopenharmony_ci<li><a href="oldsite/index.htm">Old documentation</a> for outdated 1.0.3 version of the library</li><br/> 3965042b18Sopenharmony_ci 4065042b18Sopenharmony_ci<li>Send <a href="mailto:to_serge@users.sourceforge.net">feedback, comments, patches, etc.</a></li></br> 4165042b18Sopenharmony_ci</ul> 4265042b18Sopenharmony_ci</div> 4365042b18Sopenharmony_ci 4465042b18Sopenharmony_ci<div class="main"> 4565042b18Sopenharmony_ci 4665042b18Sopenharmony_ci<p> 4765042b18Sopenharmony_ci<em>ELFIO</em> is a small, header-only C++ library that provides a simple interface for 4865042b18Sopenharmony_cireading and generating files in ELF binary format. 4965042b18Sopenharmony_ci</p> 5065042b18Sopenharmony_ci<p> 5165042b18Sopenharmony_ciIt is used as a standalone library - it is not dependent on any other product 5265042b18Sopenharmony_cior project. Adhering to ISO C++, it compiles on a wide variety of architectures 5365042b18Sopenharmony_ciand compilers. 5465042b18Sopenharmony_ci</p> 5565042b18Sopenharmony_ci<p> 5665042b18Sopenharmony_ciWhile the library is easy to use, some basic knowledge of the ELF binary format 5765042b18Sopenharmony_ciis required. Such Information can be easily found on the Web. 5865042b18Sopenharmony_ci</p> 5965042b18Sopenharmony_ci<p> 6065042b18Sopenharmony_ciThe current version of <em>ELFIO</em> library is 3.x and it is distributed under 6165042b18Sopenharmony_ci<a href="http://www.opensource.org/licenses/MIT">MIT License</a> conditions. 6265042b18Sopenharmony_ci</p> 6365042b18Sopenharmony_ci<p> 6465042b18Sopenharmony_ciNote for users of previous library versions 1.0.x: Version 3.x is not source 6565042b18Sopenharmony_cicompatible to earlier versions. Transition to the new library interface is 6665042b18Sopenharmony_cistraightforward though. 6765042b18Sopenharmony_ci</p> 6865042b18Sopenharmony_ci 6965042b18Sopenharmony_ci</div> 7065042b18Sopenharmony_ci 7165042b18Sopenharmony_ci<div class="by"> 7265042b18Sopenharmony_ci<p class="author"> 7365042b18Sopenharmony_ciThe library and the page is maintained by 7465042b18Sopenharmony_ci<a href="mailto:to_serge@users.sourceforge.net">Serge Lamikhov-Center</a>.</br> 7565042b18Sopenharmony_ci</p> 7665042b18Sopenharmony_ci 7765042b18Sopenharmony_ci<table summary="Title and Sourceforge logo."> 7865042b18Sopenharmony_ci<tr> 7965042b18Sopenharmony_ci<td align="left" class=""author> 8065042b18Sopenharmony_ci<p class="author"> 8165042b18Sopenharmony_ciProject Web Hosted by 8265042b18Sopenharmony_ci</p> 8365042b18Sopenharmony_ci</td> 8465042b18Sopenharmony_ci<td align="left"> 8565042b18Sopenharmony_ci<a href="http://sourceforge.net/projects/elfio"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=19959&type=10" width="80" height="15" border="0" alt="Get ELFIO library" /></a> 8665042b18Sopenharmony_ci</td> 8765042b18Sopenharmony_ci</tr> 8865042b18Sopenharmony_ci</table> 8965042b18Sopenharmony_ci 9065042b18Sopenharmony_ci 9165042b18Sopenharmony_ci</div> 9265042b18Sopenharmony_ci 9365042b18Sopenharmony_ci</body> 9465042b18Sopenharmony_ci 9565042b18Sopenharmony_ci</html> 96