62fb8fa415
ELF-Dissector is a tool from the KDE Community for doing visually pleasing inspections of, and optimizations on, ELF files, including whole applications. The tool is at an early stage of development (and needs work on FreeBSD), but is, in itself, quite useful for chasing unused dependencies and the like.
11 lines
416 B
Text
11 lines
416 B
Text
ELF Dissector: Static analysis tool for ELF libraries and executables.
|
|
|
|
ELF Dissector is useful if you need to do one or more of the following:
|
|
|
|
- Inspecting forward and backward dependencies, on library
|
|
and symbol level.
|
|
- Identifying load-time performance bottlenecks such as expensive
|
|
static constructors or excessive relocations.
|
|
- Size profiling of ELF files.
|
|
|
|
WWW: https://invent.kde.org/sdk/elf-dissector
|