Skip to content
/ wx-dump Public
generated from oovm/RustTemplate

高性能微信聊天记录导出工具, 支持 Excel, PDF

License

Notifications You must be signed in to change notification settings

oovm/wx-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

微信导出工具

特色功能

  • 便携单文件, 无需任何依赖
  • 超高的导出速度, 超低的内存占用

使用

直接双击即可, 会将当前登录用户的数据库解密放到同路径下

或者使用命令行安装:

cargo install wx-dump
wxdump --help

指令

微信聊天记录导出工具

Usage: wxdump.exe [OPTIONS] [COMMAND]

Commands:
  info     显示当前登录的微信用户的信息
  decrypt  解密聊天记录数据库
  search   从内存中搜索指定信息
  read     从内存中指定的位置搜索信息
  help     Print this message or the help of the given subcommand(s)

Options:
  -m, --offset-map <json 文件>
          指定偏移量文件

          [default: version-list.json]

  -d, --wechat-path <微信文件夹>
          指定微信聊天记录的文件夹,不填写时会默认指定系统文档文件夹下的 WeChat Files 文件夹

      --decrypt-path <解密文件夹>
          解密后的数据将存放于该文件夹

      --process-id <PROCESS_ID>
          指定微信进程号

      --process-name <PROCESS_NAME>
          指定微信进程名

          [default: WeChat.exe]

      --module-name <MODULE_NAME>
          指定模块名

          [default: WeChatWin.dll]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

About

高性能微信聊天记录导出工具, 支持 Excel, PDF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages