Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort files list in FileDirectory::loadAll() #3657

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 6, 2024

  1. Sort files list in FileDirectory::loadAll()

    This lets us assemble classes.dex in a reproducible manner.
    
    Test:
      apktool d test.apk > /dev/null
      apktool b test > /dev/null
      sha1sum test/build/apk/classes.dex
      apktool -f d test.apk > /dev/null
      apktool b test > /dev/null
      sha1sum test/build/apk/classes.dex
    luk1337 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f91d2ca View commit details
    Browse the repository at this point in the history