Closed StephenQuirolgico closed 4 years ago
Yes this is possible:
python3 stacoan.py -p yourApp.apk
I am closing this issue, if you have questions, feel free to ask!
Vincent,
Thank you. When will IPA files be supported?
Steve
On Tue, Mar 24, 2020 at 8:50 AM Vincent Cox notifications@github.com wrote:
Yes this is possible:
python3 stacoan.py -p yourApp.apk
I am closing this issue, if you have questions, feel free to ask!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vincentcox/StaCoAn/issues/78#issuecomment-603219479, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABF6RLOJVTYDYEMNUNUCB2LRJCUBLANCNFSM4LLCMW7Q .
@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.
Can this be run from a command line?