Update documentation - add array accessor description

This commit is contained in:
Serge Lamikhov-Center 2021-01-13 11:19:26 +02:00
parent eaae4e1e13
commit 4b143840ad
4 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,6 @@ files in the ELF binary format. It is used as a standalone library - it is not
dependent on any other product or project. Adhering to ISO C++, it compiles on
a wide variety of architectures and compilers.
While written in C++, the library provides a C-language interface wrapper.
While written in C++, the library also provides a C-language interface wrapper.
The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2001-2020 by Serge Lamikhov-Center
Copyright (C) 2001-2021 by Serge Lamikhov-Center
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -84,6 +84,7 @@ int main( int argc, char* argv[] )
for ( int i = 0; i < segno; i++ ) {
psegment_t psegment = elfio_get_segment_by_index( pelfio, i );
elfio_segment_get_file_size( psegment );
// printf( " [%02d] %08lx : %08lx : %08lx\n", i,
// elfio_segment_get_virtual_address( psegment ),
// elfio_segment_get_memory_size( psegment ),