summaryrefslogtreecommitdiff
path: root/src/format/elf/elf-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
commitb3efd0bbc506e701ea9872f50b8b4db974f35954 (patch)
tree11926fd4d0e39321b0da171e8d926868dd618475 /src/format/elf/elf-int.h
parent7d6d3acb65586ad9512a38b58c16b9a21cdf98e0 (diff)
Read ELF notes when requested.
Diffstat (limited to 'src/format/elf/elf-int.h')
-rw-r--r--src/format/elf/elf-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/elf/elf-int.h b/src/format/elf/elf-int.h
index 0382e29..7ed2ffd 100644
--- a/src/format/elf/elf-int.h
+++ b/src/format/elf/elf-int.h
@@ -70,6 +70,9 @@ bool read_elf_symbol(const GElfFormat *, phys_t *, elf_sym *);
/* Procède à la lecture d'une relocalisation ELF. */
bool read_elf_relocation(const GElfFormat *, phys_t *, elf_rel *);
+/* Procède à la lecture d'une note ELF. */
+bool read_elf_note(const GElfFormat *, GBinContent *, phys_t *, elf_note *);
+
#endif /* _FORMAT_ELF_ELF_INT_H */