Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elfio mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
elfio mirror
Commits
099423c1
Commit
099423c1
authored
12 years ago
by
Serge Lamikhov-Center
Browse files
Options
Downloads
Patches
Plain Diff
- Minor Web site fixes
parent
abd8a429
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/site/index.htm
+12
-13
12 additions, 13 deletions
doc/site/index.htm
with
12 additions
and
13 deletions
doc/site/index.htm
+
12
−
13
View file @
099423c1
...
...
@@ -19,9 +19,9 @@
<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=
"elfio.pdf"
>
User's Guide
</a>
</li><br/>
<li>
Read the
<a
href=
"
html/index.html"
>
API documentation
</a></li><br/>
<li><a
href=
"http://sourceforge.net/projects/elfio/files/"
>
Download
</a>
the source
distribution
</li><br/>
<li>
Read the
<a
href=
"
elfio.pdf"
>
Tutorial and User Manual
</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/>
...
...
@@ -32,27 +32,26 @@
<div
class=
"main"
>
<p>
<em>
ELFIO
</em>
is a small, header
only C++ library that provides a simple interface for
<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++ construction
s
and
runs on wide variety of architecture
s.
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 architecture
s
and
compiler
s.
</p>
<p>
While the library's implementation does make your work much easier: basic
knowledge of the ELF binary format is required. Information about ELF
binary format can be found widely on the web.
While the library is easy to use, some basic knowledge of the ELF binary format
is required. Such Information can easily be found on the Web.
</p>
<p>
Current version of
<em>
ELFIO
</em>
library is 2.0 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 2.
0
is not source
compatible to earlier versions.
But, for many projects, t
ransition to
a
new library
interface does not take more than several minutes
.
Note for users of previous library versions 1.0.x: Version 2.
x
is not source
compatible to earlier versions.
T
ransition to
the
new library
interface is
straightforward though
.
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment