6#include <elfio/elfio.hpp>
17 explicit ElfReader(
const std::string& file_path);
28 ELFIO::elfio elffile_;
Adaptor to (a few) libelf functions.
Definition elf_reader.hpp:15
ElfReader(const std::string &file_path)
Definition elf_reader.cpp:27
std::vector< std::string > get_section_names() const
Definition elf_reader.cpp:33
SymbolTable get_symbol_table() const
Definition elf_reader.cpp:110
std::vector< std::string > get_symbol_names() const
std::vector< Symbol > get_symbols() const
Definition elf_reader.cpp:39
A basic symbol table, for simple interaction with a number of symbols loaded from an ELF file.
Definition symbol_table.hpp:14
Definition asm_buffer.hpp:19