Does my C program actually start at _start?
I’ve been writing a simple ELF parser program to take an ELF 64bit binary and run it.
How can I modify the content of an ELF file section using ELFIO in C++?
I’ve been messing around with elf files and the ELFIO library in C++ for a while. I understand how I can add a new section and add data to this particular section. But what if I want to modify the content of this particular section?