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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.