Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_elf
  5. pw::elf::ElfReader Class Reference
Loading...
Searching...
No Matches
pw::elf::ElfReader Class Reference

Overview

A basic reader for ELF files.

Public Member Functions

stream::SeekableReaderstream () const
 Gets the associated stream.
 
StatusWithSize SeekToSection (std::string_view name)
 
Result< std::vector< std::byte > > ReadSection (std::string_view name)
 

Static Public Member Functions

static Result< ElfReaderFromStream (stream::SeekableReader &stream)
 

The documentation for this class was generated from the following file: