Hi,
In PE file, we might have the following sections:
TEXT
DATA
.idata
.rdata
.reloc
.rsrc
.tls
what is the difference between .data, .idata, .rdata. why the data sections are divided into three sections instead of keeping it in one section.
can anyone please help me.
Thanks in advance.