Closed numin0us closed 5 years ago
It looks like apktool cant extract resources. You can try and patch the APK with the -D
flag to skip resource decoding. If that does not work, you would need to manually use apktool to extract and repack the apk, taking note of any changes you made for it to be successful.
If manual changes are necessary for apktool to complete the repacking, add the --pause
flag to the objection patcher to give you an opportunity to apply those fixups manually.
Signing the new APK may have failed.
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
what might be the issue?
Describe the bug I'm unable to run a standard patchapk command on an APK. I'm using the latest version of objection on Kali, and attempting to patch one of the Crackmes from OWASP's Crackme set.
To Reproduce
I tried it with a few different architectures to see if it was an architecture specific problem, and that did not solve the issue.
Environment (please complete the following information):