... | ... |
@@ -2561,7 +2561,7 @@ sub walkELFSections { |
2561 | 2561 |
} |
2562 | 2562 |
} |
2563 | 2563 |
|
2564 |
- say(0, colored('Parsing SHT_DYNSYM sections (and associated SHT_STRTAB sections)', 'main_action')); |
|
2564 |
+ say(0, colored('Parsing SHT_DYNSYM sections', 'main_action')); |
|
2565 | 2565 |
for (my $i = 1; $i < $elf_data->{'e_shnum'}; ++ $i) { |
2566 | 2566 |
my $section = $elf_data->{'sections'}->{$i}; |
2567 | 2567 |
if ($section->{'_type'} eq 'SHT_DYNSYM') { |