Last active
December 19, 2019 09:03
-
-
Save czfshine/885a9ff0e103679a234220beec1a4243 to your computer and use it in GitHub Desktop.
将小米手机备份的应用数据解包
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #重点是跳过前面41个字节,MIUI加的文件头要去掉 | |
| dd if=微信\(com.tencent.mm\).bak of=backup.db bs=512M skip=41 iflag=skip_bytes | |
| java -jar abe-all.jar unpack backup.db backup.tar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment