ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format
Features
- A header-only C++ library
- Portable
- Compatible with ELF files produced by different binary tool chains
- Easy to use
License
MIT LicenseFollow ELFIO
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a fine contribution and a real time saver. It has done nearly everything I could ask.
-
easy to use, all feature I need, header only and just works one I had a question about usage I got an helpful answer I use it in my project sbbdep, which is on bitbucket, works perfect,
-
This library is a breeze to use. I implemented a self-integrity check of an executable within one day, for a cross compiled module. (different endian-ness), The document shows exactly how to use this library. This small library is surprisingly powerful, and documented well.