diffstorm

Results 4 comments of diffstorm

Thank you! Unfortunately I have very limited knowledge about ELF format, I can help if you redirect me. I don't know the theory.

Hello, I have changed `print_symbols` function to print some other types too, but I see segmentation fault when it runs. Why it cannot print other types? ``` void print_symbols(int32_t fd,...

Second option looks better and easier to me. I guess currently `print_strings()` function prints only string-table, how the other sections hold individual strings? With null terminate character? Does the `strings...