2014年3月18日 星期二

指令筆記

# ldd ( 找出系統內執行檔的相依性 )
ex: ldd /bin/dmesg

# objdump -T ( 找出執行檔與程式庫間的symbol使用狀況 )
ex: objdump -T /bin/dmesg