jnider / delinker

Unlinks a binary executable to get back a set of .o object files for further transformation and re-linking.
157 stars 13 forks source link

ELF output .o files are missing 'section' symbols #5

Closed jnider closed 3 years ago

jnider commented 4 years ago

Each output file from the delinker should be a valid object file (in its respective format). ELF files should (but maybe don't have to?) contain a symbol for each section. Right now, that is not happening.

jnider commented 3 years ago

Section symbols are now created (under most circumstances).