pwntools_elf_deps
List the shared library dependencies (DT_NEEDED entries) of an ELF binary to understand its required libraries and resolve versioning issues.
Instructions
List shared library dependencies of an ELF binary (DT_NEEDED entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |