Col-E/binary-resources

Improve ARSC obfuscation resilience

Open

#4 opened on Sep 2, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

There are still a few cases where some junk data near the end of the file seems to make processing end earlier than it should. We get most of the data out, which is nice though.

We currently handle gracefully ending early here: https://github.com/Col-E/binary-resources/blob/master/src/main/java/com/google/devrel/gmscore/tools/apk/arsc/Chunk.java#L332

Contributor guide