mjhouse / deaf

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

Create a Binary struct #24

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

This is the top-level struct for ELF parsing. It should be capable of reading an ELF file from a given path and have methods that will return sections, symbols, symbol tables etc on request.

mjhouse commented 1 year ago

Resolved in 149addb5f4ab24397fdd1020902b5ab7b5201f28 - it doesn't have everything described in this issue, but I'll make another issue for that