vincentcox / StaCoAn

StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command line option?

StephenQuirolgico opened this issue · comments

Can this be run from a command line?

Yes this is possible:

python3 stacoan.py -p yourApp.apk

I am closing this issue, if you have questions, feel free to ask!

@StephenQuirolgico , for now it's technically impossible to decrypt iOS apps in a static way. There are tools to do it in runtime on a device, by dumping it from memory. But that requires a full device which is jailbroken and with the correct Cydia tools installed. But this program takes a static approach so it will not be very likely to happen anytime soon.