0xlane / wechat-dump-rs

该工具用于导出正在运行中的微信进程的 key 并自动解密所有微信数据库文件以及导出 key 后数据库文件离线解密。
345 stars 51 forks source link

database disk image is malformed #14

Open Jeck-Liu-Create opened 7 months ago

Jeck-Liu-Create commented 7 months ago

可以正常打开但是,有的数据页会受损

(base) PS C:\my_program\Asahngdan\WeChatMsg> sqlite3 "C:\my_program\Asahngdan\WeChatMsg\app\DataBase\wechat_14756\MediaMSG0.db" "PRAGMA integrity_check;"
*** in database main ***
Page 6564: btreeInitPage() returns error code 11
Page 6560 is never used
Page 6561 is never used
Page 6562 is never used
Page 6563 is never used
Error: stepping, database disk image is malformed (11)
digjack commented 4 months ago

一样的问题,不知道为啥。