mjhouse / deaf

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

Create Array/ArrayMut wrapper structs #43

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

Is your feature request related to a problem? Please describe. Tables have been refactored into wrapper structs, and arrays should be done the same way.

Describe the solution you'd like Array should be broken into an Array and ArrayMut structs that hold internal references to a section.

Describe alternatives you've considered N/A

mjhouse commented 1 year ago

Resolved by #48