Terminology Index

Glossary

2953 terms

Open concept maps
P
32

PE Memory Layout

PE memory layout describes how executable sections, permissions, imports, relocations, and resources map from raw file offsets to virtual addresses in a loaded Windows image.

Section names are only conventions, raw and virtual sizes can differ, and runtime addresses may be relocated or contain unpacked content that was not present in the file.

Introduced in: Applied Malware Analysis for Defenders

Examples

  • Translate a relative virtual address to file context
  • Locate unpacked code present only in memory

No related terms linked yet.