Registry / utility / elfio
library3.12vcpkgunverified

A header-only C++ library intended for reading and generating files in the ELF binary format.

vcpkg install elfio
INSTALL
IMPORT
SIG · ELFIO
E
elfio
utilitycppv3.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

elfio/elfio.hpp
#include <elfio/elfio.hpp>

Read an ELF binary file and print its class.

#include <elfio/elfio.hpp> #include <iostream> int main() { ELFIO::elfio reader; if (reader.load("example.elf")) { std::cout << "ELF class: " << reader.get_class() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.12latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

elfio — pip install elfio · libregistry