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