ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format.
Homepage
Download
Recent Releases
3.1221 Mar 2024 13:33
minor feature:
What's Changed
tests: allow using system gtest copy by @thesamesam in #113
Use CodeQL Actions v2 by @scribam in #118
Fix a memory leak that misuses unique_ptr by @chrihop in #119
Remove unnecessary initialization that causes GCC warning by @covanam in #121
New Contributors
@thesamesam made their first contribution in #113
@chrihop made their first contribution in #119
@covanam made their first contribution in #121
2.308 Nov 2014 20:34
minor feature:
Bug fixes