Piece by piece we’re hunting it down here. As we know from Survey #1, the ELF Header contains an offset to the section header table. The “table” is just an array of section header’s. What are they used for? As the sections may be spread throughout the file, we need some kind of information where each section starts, ends, what type of section it is, and so on.
So ELF provides us with section headers. Their format looks like this:

