很邪恶的旧版微信内存研究:当年的脑洞、粗糙工具和反思都留在这里。 Memory research targeting old-version WeChat on Windows — the ideas, rough tooling, and afterthoughts, all kept here.
针对旧版 Windows 微信客户端的内存分析与逆向研究项目。核心内容打包在 Wechathacker.zip 里,包含当时写的工具和研究笔记。仓库本身是个归档,留着当成长记录。
A memory analysis and reverse-engineering research project targeting an old version of the WeChat Windows client. The core material is packaged in Wechathacker.zip — tools and research notes from that era. The repo itself is an archive, kept as a growth record.
| 文件 / File | 说明 / Description |
|---|---|
Wechathacker.zip |
打包的研究资料(~1.3 MB)/ packaged research material (~1.3 MB) |
README.md |
本文件 / this file |
SECURITY.md |
安全报告政策 / security reporting policy |
LICENSE |
GNU GPL v3.0 |
.gitignore |
Python 模板 / Python template |
- 平台 / Platform: Windows
- Topics:
windows,security-research,legacy-project,memory-research - 语言 / Language: 仓库以归档文件为主,GitHub 未检测到主语言。
.gitignore采用 Python 模板,归档内可能含 Python 内容。 - Language: Archive-dominated repo, no primary language detected by GitHub. The
.gitignoreuses the Python template, suggesting Python content inside the archive.
git clone https://github.com/dwgx/Wechathacker.git
cd Wechathacker
# 解压归档查看内容
unzip Wechathacker.zip -d ./_review没有构建脚本,没有依赖清单。解压后直接阅读研究资料。
No build scripts, no dependency manifests. Unpack and read the research material directly.
归档 (Archived). 旧的实验性项目,不再积极开发。
Archived. Old experimental project, no longer under active development.