Understanding sections header of ARM ELF binary file
We written simple helloworld.c and compiled using ARM gcc toolchain to generate executable file helloworld now in this post, we will understand what are the sections added to this ELF binary generated. The ELF header sections can be printed using readelf arm toolchain binary as, The Third Column in this header comes from linker script … Read more