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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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.