1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5<title>ELFIO - C++ library for reading and generating ELF files</title> 6<link rel="stylesheet" href="style.css" type="text/css"/> 7</head> 8 9<body> 10 11<table summary="Title and Sourceforge logo."> 12<tr> 13<td align="left"> 14<h1>ELFIO - C++ library for reading and generating ELF files</h1> 15</td> 16</tr> 17</table> 18 19<div class="links"> 20<h3>Links</h3> 21<ul class="menu"> 22 23<li>Download the source distribution from 24<a href="http://sourceforge.net/projects/elfio/files/">SourceForge</a> 25or 26<a href="https://github.com/serge1/ELFIO/releases">GitHub</a> 27repositories 28</li><br/> 29 30<li>Read the <a href="elfio.pdf">Tutorial and User Manual</a></li><br/> 31 32<li>Visit the 33<a href="https://github.com/serge1/ELFIO">GitHub project page</a></li><br/> 34 35<li>Visit the 36<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/> 37 38<li><a href="oldsite/index.htm">Old documentation</a> for outdated 1.0.3 version of the library</li><br/> 39 40<li>Send <a href="mailto:to_serge@users.sourceforge.net">feedback, comments, patches, etc.</a></li></br> 41</ul> 42</div> 43 44<div class="main"> 45 46<p> 47<em>ELFIO</em> is a small, header-only C++ library that provides a simple interface for 48reading and generating files in ELF binary format. 49</p> 50<p> 51It is used as a standalone library - it is not dependent on any other product 52or project. Adhering to ISO C++, it compiles on a wide variety of architectures 53and compilers. 54</p> 55<p> 56While the library is easy to use, some basic knowledge of the ELF binary format 57is required. Such Information can be easily found on the Web. 58</p> 59<p> 60The current version of <em>ELFIO</em> library is 3.x and it is distributed under 61<a href="http://www.opensource.org/licenses/MIT">MIT License</a> conditions. 62</p> 63<p> 64Note for users of previous library versions 1.0.x: Version 3.x is not source 65compatible to earlier versions. Transition to the new library interface is 66straightforward though. 67</p> 68 69</div> 70 71<div class="by"> 72<p class="author"> 73The library and the page is maintained by 74<a href="mailto:to_serge@users.sourceforge.net">Serge Lamikhov-Center</a>.</br> 75</p> 76 77<table summary="Title and Sourceforge logo."> 78<tr> 79<td align="left" class=""author> 80<p class="author"> 81Project Web Hosted by 82</p> 83</td> 84<td align="left"> 85<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> 86</td> 87</tr> 88</table> 89 90 91</div> 92 93</body> 94 95</html> 96