Windows Executable PE file sections

.text
Section containing executable code.

.rdata
Globally accessible within the program for read-only data.

.data
Stores globally accessible data within the program.

.idata
Stores import function data, where relevant.

.edata
Stores export function data, where relevant.

.pdata
Stores exception handling data for x64 executables.

.rsrc
Stores program resources.

.reloc
Library file relocation information.