Connor Tumbleson

Results 630 comments of Connor Tumbleson

> Does this help? Thanks. I'll take another look when free.

Thanks - I'll peek the 9patch and see if its just bugged or a flaw in our decoder.

Even aapt2/aapt reports the duplicate. So this must be a form of obfuscation/trickery. ``` ➜ 2664 aapt2 d xmltree 2664.apk --file AndroidManifest.xml | more N: android=http://schemas.android.com/apk/res/android (line=4294967295) N: amazon=http://schemas.amazon.com/apk/res/android (line=4294967295)...

``` ➜ 2664 apktool d 2664.apk -f -s I: Using Apktool 2.8.2-22eb80-SNAPSHOT on 2664.apk I: Loading resource table... I: Decoding file-resources... I: Loading resource table from file: /home/ibotpeaches/.local/share/apktool/framework/1.apk I: Decoding...

We just upgraded some projects (yeah really delayed) and hit this. Oddly while the spammed MOTD over n over was annoying in older versions - it still worked. It seems...

Okay, we fixed without code changes. Explained below. In short though - I wish clients didn't use Hostinger and used a solution that is more in-tune with hosting Laravel. So...

Just wanted to say thanks for the highly detailed report. I was on the very beginning of the research of what I believe is this issue. Since Sentry now provides...

Thanks for report. I believe we could get away with adding handling for detecting `NotADexFile`, but then we need to adjust build support to have a mix of raw and...

I worked a patch to skip dex disassembly errors, but there are many in this application. * `classes1.dex` - invalid dex * `classes13.dex` - just an empty dex file. I...

May you try the upcoming build here? https://github.com/iBotPeaches/Apktool/suites/16733967486/artifacts/956092470 I recognize that error as something already resolved.