rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.66k stars 357 forks source link

Artificial sections created by rz_bin_elf_get_sections #1159

Open ghost opened 3 years ago

ghost commented 3 years ago

Is your feature request related to a problem? Please describe. rz_bin_elf_get_sections is using dt_dynamic information to create section when there is no section defined in the elf binary.

Describe the solution you'd like bin->g_sections is a list of elf sections. There shouldn't be any artificial sections in this list.

Describe alternatives you've considered

Additional context https://github.com/rizinorg/rizin/pull/1156#issuecomment-846393687

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.