Skip to content

rg3/lddsafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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.

About

Safely print shared library dependencies (similar to ldd)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages