nand-nor / dedelf

Deep elf EDitor
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement full suite of program header modifications #12

Closed nand-nor closed 4 years ago

nand-nor commented 4 years ago

Need to add all required logic for modifying each program header field:

nand-nor commented 4 years ago

Note comment from issue #2 as it is potentially relevant -- should we fix other fields that need to be accurate with respect to the field being changed, as in the case of p_align and p_vaddr, for example? Need to determine if this should be part of the functionality but I am leaning towards no, if you change it and dont know that it will impact other fields that is your own issue...TBD.

nand-nor commented 4 years ago

Closing for now; barring any major issues discovered during testing. See issue #14