Apktool/brut.j.dir
luk1337 9ebd579475
Sort files list in FileDirectory::loadAll() (#3657)
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
2024-08-12 19:17:50 -04:00
..