PyWxDump icon indicating copy to clipboard operation
PyWxDump copied to clipboard

合并db时报错

Open sheepHavingPurpleLeaf opened this issue 7 months ago • 1 comments

使用PyWxDump v3.1.45合并db时,wxdump.exe merge -i "xxxx" -o "xxxx" 有如下报错: [] PyWxDump v3.1.45 [] 合并中...(用时较久,耐心等待)


SQL: SELECT StrValue,Reserved1,IValue,Reserved3,Reserved2,Key,BufValue FROM dbi_8.Config params: () no such column: StrValue


Traceback (most recent call last): File "pywxdump\wx_core\merge_db.py", line 36, in execute_sql cursor.execute(sql) sqlite3.OperationalError: no such column: StrValue

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "pywxdump\wx_core\merge_db.py", line 45, in execute_sql cursor.execute(sql) sqlite3.OperationalError: no such column: StrValue

sheepHavingPurpleLeaf avatar Jun 04 '25 16:06 sheepHavingPurpleLeaf

你好,这是合并哪个加密文件呢?

xaoyaoo avatar Jun 06 '25 07:06 xaoyaoo