当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
Unity3D中所有特殊的文件夹
项目笔记——随记
VirtualAPK初探
slurm集群搭建
Vulnhub靶机--Chronos
无胁科技-TVD每日漏洞情报-2022-7-31
ansible批量安装zabbix-agent
2022年全国职业技能大赛网络安全竞赛试题B模块自己解析思路(10)
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-7-29
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-8-2
分布式事物学习
SECURITY DAY05(Kali系统 、 扫描与抓包 、 SSH基本防护、服务安全 )
胖鸟博客之勒索病毒紧急处理文件恢复及防范方案
Vulnhub靶机--DC7
无胁科技-TVD每日漏洞情报-2022-8-7
(2) Software Testing Theory (*Key Use Case Method Writing)
UE4打包工程失败问题记录
无胁科技-TVD每日漏洞情报-2022-7-21
Drupal 远程代码执行漏洞复现(CVE-2018-7602)
Lua 字符串