Skip to content

Commit

Permalink
wxdump: add version 3.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt committed Dec 2, 2024
1 parent 694b99b commit ff91c15
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bucket/wxdump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "3.1.38",
"description": "获取微信账号信息(昵称/账号/手机/邮箱/数据库密钥/wxid);PC微信数据库读取、解密脚本;聊天记录查看工具;聊天记录导出为html(包含语音图片)。支持多账户信息获取,支持所有微信版本。",
"homepage": "https://github.com/xaoyaoo/PyWxDump",
"license": {
"identifier": "MIT License",
"url": "https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v3.1.38/wxdump.exe",
"hash": "a36f12220b76ca9311cfd2dda18c8263284dabd5cc0815d80a91fd628a38c0fb"
}
},
"bin": "wxdump.exe",
"checkver": {
"url": "https://api.github.com/repos/xaoyaoo/PyWxDump/releases",
"regex": "(?sm)browser_download_url.*?/releases/download/v([\\d.]+)/(?<file>(?:py)?wxdump\\.exe)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xaoyaoo/PyWxDump/releases/download/v$version/$matchFile"
}
}
}
}

0 comments on commit ff91c15

Please sign in to comment.