Thanks to visit codestin.com
Credit goes to github.com

Skip to content

No way to access raw file contents using ElfStream #48

@JonathonReinhart

Description

@JonathonReinhart

It appears there is no way to access the raw ELF file contents when using ElfStream.

In my particular case, I want to iterate the segments, and then read that segment data.

  • None of the ElfStream methods allow this. There is no segment_data() (only segment_data_as_notes()).
  • There is no accessor to borrow the .reader

Is there a workaround I'm missing?

Is there a reason segment_data() doesn't exist? Would you support the addition of this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions