Connor Tumbleson

Results 630 comments of Connor Tumbleson

Okay if you can PR the docs repo as well then (on branch `docs`) with the same change. I can merge both at once.

https://gist.github.com/sualeh/ae78dc16123899d7942bc38baba5203c

Odd - its like your aapt2 doesn't know about that flag.

Ah I misread. It is complaining because its trying to rename a package to an empty string.

May you run `aapt d xmltree file.apk AndroidManifest.xml`? Only need the first 20 or so lines where it dumps out the version information.

Interesting. So I guess if its broken to the point that aapt cannot understand it, then its either actually empty or aapt can't handle it. You can repeat that test...

Well thats an interesting find. I don't actually know what AOSP reads by default, but that chunk you are looking at is the `ResXMLTree_attribute` one. We shift all elements of...

Yeah this doesn't make any sense. I confirmed `versionCode` cannot be read as we do and if we read the raw typed value we get an unrelated property. ``` android.permission.RESTART_PACKAGES...

I believe its a new form of obfuscation Apktool needs to support. Apktool has a flaw presently that it reads AXML by knowing the amount attributes and taking the assumed...