mjhouse / deaf

A library for inspecting/modifying ELF binaries
GNU General Public License v3.0
7 stars 0 forks source link

Create `Section` struct that contains SectionHeader #29

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

This struct should contain a SectionHeader and provide methods to access the binary data of the section body. It's not actually required- SectionHeader could contain those methods, but it's more conceptually clear.

mjhouse commented 1 year ago

Resolved in 149addb5f4ab24397fdd1020902b5ab7b5201f28