微信本身没有筛选自己创建的群聊的功能,需要将微信的数据库解密,然后通过 SQL 语句查询。

wechat-dump-rs.exe -adecryption complete!! 就成功了,output to 后面就是解密后的数据库路径
DB Browser for SQLCipher.exe
contact/contact.db
1 | SELECT chat_room.owner, contact.nick_name |

微信本身没有筛选自己创建的群聊的功能,需要将微信的数据库解密,然后通过 SQL 语句查询。

wechat-dump-rs.exe -adecryption complete!! 就成功了,output to 后面就是解密后的数据库路径
DB Browser for SQLCipher.exe
contact/contact.db
1 | SELECT chat_room.owner, contact.nick_name |
