ntdb_unwrap

Crates.iontdb_unwrap
lib.rsntdb_unwrap
version0.3.3
created_at2025-02-24 07:28:20.908085+00
updated_at2026-01-14 14:08:34.144881+00
descriptionDecrypt/decoded NTQQ database files.
homepagehttps://github.com/artiga033/ntdb_unwrap
repositoryhttps://github.com/artiga033/ntdb_unwrap
max_upload_size
id1567144
size101,764
(artiga033)

documentation

README

一键解密 NTQQ 数据库!

食用说明

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

或者,

cargo install ntdb_unwrap-cli

(Rooted?) Android

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

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

Windows (实验性)

直接运行并按提示操作即可,你可能需要先退出已登录的账号。本程序会启动一个新的QQ进程,你需要登录对应的账号,以便提取数据库密钥。

另外,由于需要二进制分析和动态调试,实际情况根据CPU架构有所不同:

  • x86_64: 🟢支持
  • x86: 🔴不支持
  • ARM64: 🟡计划支持

其他平台

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

作为 Rust crate 使用

docs.rs

另见

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

Credits

Commit count: 30

cargo fmt