-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] APK Crashes after patching #679
Comments
I suspect this may be because it could be a multi-part (AAB/APKS) application, you can if that is the case using |
and if that's the case, what do I do? |
I have a hacky way that you can try which might work - please let me know if it does, might be worth the trouble to add to objection if enough people have this issue (and the "fix" works).
Hope this actually works. |
Thanks @IPMegladon the process worked! Hope this gets added to objection in the future. |
Every time I launch the APK it crashes
And I get message saying "Amazon Mobile Delivery keeps stopping", however, frida seem to be sucessfully injected
To Reproduce
Steps to reproduce the behavior:
Patching APK
I have pulled from phone working APK that I have installed to the phone from Amazon Flex official website - https://logistics.amazon.co.uk/app/download-app-direct/android
After that I have found launchable activity in AndroidManifest.xml file which is as I understand com.amazon.rabbit.android.RabbitApplication
Running APK
Frida gadget is injected while the tab saying "Amazon Mobile Delivery keeps stopping" is opened
As soon as you click "Close" button on the phone connection gets terminated
Similar issues
#167
Expected behavior
Application should not crash and should keep working properly
Crash log
Crash log of Amazon Mobile Delivery application
Full log of Amazon Mobile Delivery application (unfortunately it is quite large and I decided to upload it to pastebin) - https://pastebin.com/xf9MSWSb
On line 691 of this crash report "objection explore" command was executed and as you can see it immediatelly caused a crash
Environment (please complete the following information):
Application
Application can be installed from official Amazon website - https://logistics.amazon.co.uk/app/download-app-direct/android
The text was updated successfully, but these errors were encountered: