sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Fix crash when apktool is not installed #380

Closed mhils closed 4 years ago

mhils commented 4 years ago

patcher.is_apktool_ready() raises a KeyError: 'location' if apktool is not present.

leonjza commented 4 years ago

Thanks! 🙌