1 #!/bin/bash 2 3 aapt package -v -I ../system/bundle.apk -M AndroidManifest.xml -S res -F bundle.apk -f && \ 4 unzip bundle.apk resources.arsc && \ 5 mv resources.arsc app.arsc && \ 6 xxd -i app.arsc > app_arsc.h 7