This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
lddsafe /
| name | age | message | |
|---|---|---|---|
| |
README.textile | ||
| |
lddsafe |
README.textile
NAME
lddsafe — Safely print shared library dependencies (similar to ldd)
SYNOPSIS
lddsafe [-n] FILE …
DESCRIPTION
lddsafe is a shell script written for Linux distributions (tested under Slackware Linux) that prints shared library dependencies for executable files and shared libraries, similar to ldd. However, it uses objdump instead of loading the program, hence avoiding the security problems of ldd.
OPTIONS
-n Nonrecursive mode. List direct dependencies only.
REQUIREMENTS
The most notable requirement of lddsafe is that it needs bash version 4 or later.
BUG REPORTS
Please, do not hesitate to use the issue tracker to point out possible improvements and ways to make the script work on systems which it currently may not work on.








