makeelf icon indicating copy to clipboard operation
makeelf copied to clipboard

Increasing the size of a section (rodata) in ELF binary

Open Nikhil1212 opened this issue 2 years ago • 0 comments

Hi everyone, I would like to add a new string constant to my binary (ELF). So, for that, I want to increase the size of the rodata section so that my constant string fits in rodata. May I know how we can increase the size of a particular section (rodata) using makeelf.

Thanks for the help

Nikhil1212 avatar Sep 29 '21 18:09 Nikhil1212