Expand description
PE section table parsing
Sections contain code, data, resources, and relocations. The .reloc section is what we care about most.
Structsยง
- Section header (40 bytes)
- Section table - array of section headers
PE section table parsing
Sections contain code, data, resources, and relocations. The .reloc section is what we care about most.