Skip to content

Instantly share code, notes, and snippets.

@czfshine
Last active December 19, 2019 09:03
Show Gist options
  • Save czfshine/885a9ff0e103679a234220beec1a4243 to your computer and use it in GitHub Desktop.
Save czfshine/885a9ff0e103679a234220beec1a4243 to your computer and use it in GitHub Desktop.
将小米手机备份的应用数据解包
#重点是跳过前面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