From de3b32ebf0123e39ab160866a085ab3ae9c51e3b Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Mon, 9 Nov 2020 18:42:19 +0200 Subject: [PATCH] Fix warnings reported by VSCode --- FAQ.md | 7 ++++++- Home.md | 9 ++++----- How-to-modify-section-data.md | 2 +- ...re-a-list-of-distributions-providing-ELFIO-package.md | 5 +++-- _Sidebar.md | 7 +++++-- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/FAQ.md b/FAQ.md index 919047e..a6bc99f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,8 @@ + +# FAQ + * [Is there a list of distributions providing ELFIO package](Is-there-a-list-of-distributions-providing-ELFIO-package) * [How to modify section data](How-to-modify-section-data) -* [How to build ELFIO examples in Visual Studio](How-to-build-ELFIO-examples-in-Visual-Studio) \ No newline at end of file +* [How to build ELFIO examples in Visual Studio](How-to-build-ELFIO-examples-in-Visual-Studio) + +*** diff --git a/Home.md b/Home.md index 3c5d5bc..ae45328 100644 --- a/Home.md +++ b/Home.md @@ -1,12 +1,11 @@ *** - **ELFIO** is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format. - + 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 architectures and compilers. - + 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. - + **ELFIO** library is distributed under [MIT License](http://www.opensource.org/licenses/MIT) conditions. -*** \ No newline at end of file +*** diff --git a/How-to-modify-section-data.md b/How-to-modify-section-data.md index e991fa4..7302a4e 100644 --- a/How-to-modify-section-data.md +++ b/How-to-modify-section-data.md @@ -5,4 +5,4 @@ One of the ways is demonstrated in 'anonymizer' example. An external file is mod The second way is just alternating raw memory pointed by section->get_data(). An example of this can be found in generic_set_entry_rel() function in elfio_relocation.hpp file. -Please be warned: read/modify/write scenario may or may not work - there are too many cross references inside the format and it is easy to damage them. This will lead to incorrect object/executable file \ No newline at end of file +Please be warned: read/modify/write scenario may or may not work - there are too many cross references inside the format and it is easy to damage them. This will lead to incorrect object/executable file diff --git a/Is-there-a-list-of-distributions-providing-ELFIO-package.md b/Is-there-a-list-of-distributions-providing-ELFIO-package.md index 77f3e09..2918b8a 100644 --- a/Is-there-a-list-of-distributions-providing-ELFIO-package.md +++ b/Is-there-a-list-of-distributions-providing-ELFIO-package.md @@ -1,3 +1,4 @@ A list of distributions providing ELFIO package can be found here: -* https://repology.org/project/elfio/versions -* https://pkgs.org/search/?q=elfio + +* +* diff --git a/_Sidebar.md b/_Sidebar.md index fe0b4d1..2cee66a 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,6 +1,9 @@ -# [Home](https://github.com/serge1/ELFIO/wiki) +# [Home]() + ## [Documentation](Documentation) + ## [FAQ](FAQ) + * [Is there a list of distributions providing ELFIO package](Is-there-a-list-of-distributions-providing-ELFIO-package) * [How to modify section data](How-to-modify-section-data) -* [How to build ELFIO examples in Visual Studio](How-to-build-ELFIO-examples-in-Visual-Studio) \ No newline at end of file +* [How to build ELFIO examples in Visual Studio](How-to-build-ELFIO-examples-in-Visual-Studio)