ntdb_unwrap

Crates.iontdb_unwrap
lib.rsntdb_unwrap
version0.2.1
created_at2025-02-24 07:28:20.908085+00
updated_at2025-02-25 07:47:56.276673+00
descriptionDecrypt/decoded NTQQ database files.
homepagehttps://github.com/artiga033/ntdb_unwrap
repositoryhttps://github.com/artiga033/ntdb_unwrap
max_upload_size
id1567144
size49,430
(artiga033)

documentation

README

一键解密 NTQQ 数据库!

食用说明

release 下载对应平台的可执行文件。

或者,

cargo install ntdb_unwrap-cli

(Rooted?) Android

提示: 如果你使用了-N 参数(即程序不会尝试先复制数据库到临时文件,再去操作临时文件),则有可能损坏数据库文件,同时,建议启用此选项时先强行停止QQ进程。

以 root 权限(或者其它能使此程序有权访问/data/user/0/com.tencent.mobileqq/的办法)直接运行即可。

其他平台

目前不支持自动解密,请手动获取数据库密钥,然后通过命令行参数指定。

作为 Rust crate 使用

docs.rs

另见

用于直接读取 ntqq 数据库的 SQLite VFS扩展

Credits

Commit count: 13

cargo fmt