diff options
Diffstat (limited to 'src/shared/pe-binary.h')
-rw-r--r-- | src/shared/pe-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/pe-binary.h b/src/shared/pe-binary.h index 08cc6a75ad..20f839e9a0 100644 --- a/src/shared/pe-binary.h +++ b/src/shared/pe-binary.h @@ -135,6 +135,7 @@ bool pe_header_is_64bit(const PeHeader *h); const IMAGE_DATA_DIRECTORY *pe_header_get_data_directory(const PeHeader *h, size_t i); const IMAGE_SECTION_HEADER *pe_header_find_section(const PeHeader *pe_header, const IMAGE_SECTION_HEADER *sections, const char *name); +const IMAGE_SECTION_HEADER *pe_section_table_find(const IMAGE_SECTION_HEADER *sections, size_t n_sections, const char *name); int pe_load_headers(int fd, IMAGE_DOS_HEADER **ret_dos_header, PeHeader **ret_pe_header); |