Reverse Engineering

Android

mkdir "${APP_NAME}"
cd "${APP_NAME}"
unzip ../"${APP_NAME}".apk
d2j-dex2jar *.dex
# one can then use jd-cmd for decompiling the *.jar files