mjhouse / deaf

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

Update sections and tables to account for alignment on write #9

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

Each section and table has a byte alignment that needs to be accounted for during write and in the size methods.

mjhouse commented 1 year ago

This really only matters if the body of a section is modified, so I'm moving it under Milestone 2 (disassembler development).

mjhouse commented 1 year ago

Actually, this is a duplicate of #30, which will be added in Milestone 1, but won't get much use until disassembly is working. I prefer the other description because it's more actionable, so I'm closing this issue.