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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.