.text | Contains the program’s executable code. The name is confusing. |
.rdata | Read-only data including string-literals, constants, debug data, and other static structures. |
.data | Initialized global and static data including the IAT. The .data section is Read/Writable. |
.rsrc | The Resource table which describes all of their resources contained within the binary and their offsets. |
No comments:
Post a Comment