This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Description
The section map substream has lengths of each section, which allows us to cumulatively add and get the address of the sections.
But, the length of first section (0th) is not there.
I used to assume the length to be 0x1000, and hence, the address of first section as 0x1000.
But in some PDB files, i have seen it to be 0x2000.
Where in the PDB file is this information mentioned?