• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3aapt package -M AndroidManifest.xml -S res -F bundle.apk -f --shared-lib && \
4unzip bundle.apk resources.arsc && \
5mv resources.arsc lib.arsc && \
6xxd -i lib.arsc > lib_arsc.h
7