NattyNarwhal / xpldd

cross-architecture ldd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xpldd(1)

A cross-platform ldd command. Unlike most ldd implementations in your system's dynamic linker, this inspects dependencies and rpath entries in them in an architecture agnostic way (via libelf), with additional flags to make inspections of out-of-sysroot binaries easier.

Has only been tested on amd64 and ppc32 glibc binaries. Caveat emptor.

About

cross-architecture ldd

License:GNU General Public License v3.0


Languages

Language:C++ 66.5%Language:M4 16.3%Language:Roff 15.4%Language:Makefile 1.8%