diff options
Diffstat (limited to 'courgette/image_info.h')
-rw-r--r-- | courgette/image_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/courgette/image_info.h b/courgette/image_info.h index 53a0be7..17936e1 100644 --- a/courgette/image_info.h +++ b/courgette/image_info.h @@ -119,7 +119,8 @@ class PEInfo { return start_ + offset; } - // Finds the first section at file_offset or above. + // Finds the first section at file_offset or above. Does not return sections + // that have no raw bytes in the file. const Section* FindNextSection(uint32 file_offset) const; // Returns Section containing the relative virtual address, or NULL if none. const Section* RVAToSection(RVA rva) const; |