PE

The are 2 ways for finding the .reloc section:
1. The appropiate IMAGE_DIRECTORY_ENTRY in DataDirectory
IMAGE_NT_HEADERS->IMAGE_OPTIONAL_HEADER->IMAGE_DATA_DIRECOTRY[section_index]
2. Going through the section table like any other section.

0 comments: