Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baiyies/cppweixinhunter
微信解密 c++实现。可获取自己电脑上已登录微信的微信号,wxid,手机号,sqlite解密密钥。Search information of Wechat from memory.
https://github.com/baiyies/cppweixinhunter
Last synced: 6 days ago
JSON representation
微信解密 c++实现。可获取自己电脑上已登录微信的微信号,wxid,手机号,sqlite解密密钥。Search information of Wechat from memory.
- Host: GitHub
- URL: https://github.com/baiyies/cppweixinhunter
- Owner: baiyies
- License: mit
- Created: 2022-08-29T10:07:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T16:20:17.000Z (over 1 year ago)
- Last Synced: 2024-12-09T07:36:53.679Z (16 days ago)
- Topics: wechat
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 170
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CppWeixinHunter
微信内存信息提取 c++实现。体现微信"小而美"的设计理念。可获取自己电脑上已登录微信的微信号,wxid,手机号,sqlite解密密钥。# 原理
通过c++实现的Sunday模式匹配算法。从内存中快速搜索指定数据。获取基址+偏移量与特征,从而达到微信版本每次更新不需要重新查找地址。![image](https://raw.githubusercontent.com/baiyies/CppWeixinHunter/main/img/weixin.png)
# 参考项目
https://github.com/x1hy9/WeChatUserDB