Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 452 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 452 Bytes

Android

Table of Contents

Porting

List dependencies of a shared object file (.so)

sudo apt install binutils
echo 'readelf -d $1 | grep "\(NEEDED\)" | sed -r "s/.*\[(.*)\]/\1/"' | sudo tee -a /usr/local/bin/ldd-arm
sudo chmod +x /usr/local/bin/ldd-arm