4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/system/bin/sh
|
||
|
|
||
|
objdump -p $@ | grep NEEDED | cut -d ' ' -f 18
|