system.new.dat.br文件解包
2019-07-14 本文已影响0人
柠檬味丶东东
br文件实际就是使用Google就已经在官方博客上发布了新的压缩算法Brotli,使用Google官方提供的Brotli.exe就可以直接转换成dat文件
Github地址:https://github.com/google/brotli/releases
使用方法:
拷贝system.new.dat.br到Brotli.exe目录下
运行cmd
cd 到brotli.exe目录下
运行 brotli.exe -d system.new.dat.br
dat转br
brotli.exe -q 6 system.new.dat
dat转img
使用dat2img
http://en.miui.com/thread-476300-1-1.html