orhun / binsider

Analyze ELF binaries like a boss 😼🕵️‍♂️
https://binsider.dev/
Apache License 2.0
2.76k stars 61 forks source link

feat(general): display the number of shared libraries #58

Closed sumit0190 closed 1 month ago

sumit0190 commented 1 month ago

Description of change

This change adds support for showing the number of shared libraries when the app starts with a binary. The same logic as used in other such lists is used. Closes #54.

How has this been tested? (if applicable)

Ran the binary with different files to verify that the number of shared libraries shown is correct.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 3.35%. Comparing base (3f4f742) to head (5503087). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/tui/ui.rs 0.00% 16 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #58 +/- ## ======================================== - Coverage 3.37% 3.35% -0.02% ======================================== Files 19 19 Lines 2377 2392 +15 ======================================== Hits 80 80 - Misses 2297 2312 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.