当前位置:网站首页>View the library ldd that the executable depends on
View the library ldd that the executable depends on
2022-08-11 07:00:00 【Thousand volumes】
1. You can use ldd
ldd is a shell script file whose location can be viewed through the which command
Add parameter -v to ldd to see more detailed version information
2.ldd also fails when
See what this app file is
As can be seen from the above figure, this app is an arm architecture file
3. Another viewing method is to use the objdump command.
objdump -x app | grep NEEDED
The two commands are connected through a pipeline, and the information of the dynamic library is obtained after filtering.If you execute objdump -x app alone, there is still a lot of output information.
边栏推荐
猜你喜欢
随机推荐
项目笔记——随记
无胁科技-TVD每日漏洞情报-2022-7-21
Apache Flink jobmanager/logs 目录穿越漏洞复现
无胁科技-TVD每日漏洞情报-2022-8-4
lua杂记
无胁科技-TVD每日漏洞情报-2022-8-2
脚本自动选择Hierarchy或Project下的对象
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-7-20
非对称加密——网络安全
无胁科技-TVD每日漏洞情报-2022-8-7
SSH服务详解
unity小技巧
树莓派设置静态IP地址
ETCD集群故障应急恢复-从snapshot恢复
Content Size Fitter的使用
无胁科技-TVD每日漏洞情报-2022-7-20
Jmeter RMI 反序列化命令执行漏洞复现
SECURITY DAY05(Kali系统 、 扫描与抓包 、 SSH基本防护、服务安全 )
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-7-27
CLUSTER DAY02( Keepalived热备 、 Keepalived+LVS 、 HAProxy服务器 )