Connor Tumbleson

Results 630 comments of Connor Tumbleson

Yeah, I patched that one already locally. The issue is the `pngs`. You can't exactly assume they are in the raw state when they aren't in other applications. So you...

I'm taking a look. It seems a new level of obfuscation is creating a new type tree. So instead of a drawable type, they create `drawable2`. This pattern is everywhere....

Okay, throwing up a WIP commit here any minute. Since AndroResGuard is open source, I'm going to build a small little test application and add it into test suite to...

Need to sleep on this. Need more research. These extra types like "drawable2" are entirely valid with a type entry table. Rewriting them is not worth it. My first attempt...

Okay, so here is the rub. AndResGuard works by manually rebuilding the `resources.arsc` file, so it can make some nifty improvements that Android doesn't care about. Unfortunately, Apktool build process...

Merged some changes into master that will help with at least decoding (Perhaps decode in an invalid format). I need to get aapt2 finished before I jump back to this....

Note to self. Look into skipping resource decoding (-r) and look into why that is not working. Context: #1739

Updated title to reflect true crash and to start linking duplicate issues to this ticket. Sorry for the delay.

My guess is the naming pattern looks for the lowest directory instead of the assets directory in root, thus breaking many many applications of the tool.

@CunningLogic - You have any idea with this one? It seems like an iteration of the high bit set on the zip to trick unzippers from disassembling. Though, I thought...