summaryrefslogtreecommitdiff
path: root/plugins/readelf/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf/reader.c')
-rw-r--r--plugins/readelf/reader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/readelf/reader.c b/plugins/readelf/reader.c
index 238b3a3..01d5d90 100644
--- a/plugins/readelf/reader.c
+++ b/plugins/readelf/reader.c
@@ -30,6 +30,7 @@
#include "header.h"
#include "program.h"
#include "section.h"
+#include "strtab.h"
@@ -71,6 +72,8 @@ G_MODULE_EXPORT bool handle_binary_format(const GPluginModule *plugin, PluginAct
result &= annotate_elf_section_header_table(elf_fmt, status);
+ show_elf_section_string_table(elf_fmt, status);
+
hbf_exit:
return result;