2 comments (2 comments)2 reactions (2 reactions)1 assignee (1 assignee)Rust105 forks (105 forks)auto 404
effort: mediumenhancementgood first issue
Repository metrics
- Stars
- 4,333 stars (4,333 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Emulate the capabilities of libtree.
Contributor guide
- Research direction
- Study the libtree tool to understand how it resolves and displays library dependencies as a tree. Then implement similar functionality in binsider by parsing ELF dynamic section and using ldd or similar resolution.
- Tech stack
- rust
- Domain
- clidevtools
- Issue type
- Feature
- Prerequisites
- RustELFDynamic linking