본문 바로가기

Computer/BuildTools

ldd - print shared library dependencies

ldd - 공유 라이브러리의 의존성 출력

 * 유사 명령
objdump -p <bin-file>
readelf -d <bin-file>