mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-29 21:32:44 +00:00
Remove output for dynamic section too
This commit is contained in:
parent
93c46505e0
commit
4adaa6f1c8
@ -157,7 +157,7 @@ int main( int argc, char* argv[] )
|
||||
Elf_Xword value;
|
||||
char str[128];
|
||||
elfio_dynamic_get_entry( pdynamic, i, &tag, &value, str, 128 );
|
||||
printf( "[%4d] %16lx %16lx %s\n", i, tag, value, str );
|
||||
// printf( "[%4d] %16lx %16lx %s\n", i, tag, value, str );
|
||||
}
|
||||
elfio_dynamic_section_accessor_delete( pdynamic );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user