lxdvs / apk2gold

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!
676 stars 110 forks source link

apk2gold checks for missing file argument now #15

Closed injcristianrojas closed 8 months ago

injcristianrojas commented 9 years ago

This commit makes the apk2gold script check if the user inputs the APK package to be reverse engineered. It makes it avoid the use of the other dependencies without the package specified, which gives errors.