💻 Software
Linux binary executable properties: ldd alternative?
Fresh6 days ago
Mar 15, 202612820 viewsConfidence Score0%
0%
Problem
The Linux ldd command can show the dynamic libraries used by an executable. It's a bash script. But it seems to be fragile, and does not work on some binaries. Is there an alternative tool? In my specific example, I can use: % file datab2txt datab2txt: ELF 64-bit LSB executable, x86-64, version 1 (…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Linux binary executable properties: ldd alternative?
Low Risk
You could also do: But this probably doesn't do what you want. It shows the libs that links to, but not all the libs it needs (a library can require another library).
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix