Releases: WPeace-HcH/WPeGPT
Releases · WPeace-HcH/WPeGPT
Release list
WPeGPT v3.0
更名为 WPeGPT,完整架构重构:
1. 模块化架构(WPeGPT.py + config.py + wpe_ai_controller.py)。
2. 引入 WPeServer(TCP 命令服务器)实现外部 AI 驱动自动化分析。
3. 三阶段分析流水线(全局扫描 → 关键路径 → 全量扫描)。
4. 三种分析模式(轻量 / 全量 / 漏洞)。
5. 智能字符串分类(10 类)和网络 IoC 提取。
6. 函数可疑度评分系统 + 标准库过滤。
7. Shellcode 加载器检测。
8. 结构化 JSON + Markdown 报告生成。
配合 WPeGPT-Analyzer SKILL,可以使用 Agent 对二进制可执行文件进行全自动的逆向分析。
WPeChatGPT v2.7
Version 2.7
- Add support for Google Gemini AI. (Thanks to @XUCharles)
WPeChatGPT v2.6
Version 2.6
- Add support for DeepSeek, see Update History in README for details on how to use it.
WPeChatGPT v2.5
Version 2.5
- Add support for other models. (Thanks to @tpsnt)
- Support for the new version of the python openai package.
WPeChatGPT v2.4
Version 2.4
- Changed some display details.
- Update Auto-WPeGPT v0.2.
- Improve the recognition of valid strings.
- Improve the analysis of function call trees.
- Add recognition for import functions.
WPeChatGPT v2.3
Version 2.3
- More comprehensive English support.
- Added Auto-WPeGPT v0.1 to support automatic analysis of binary files.
- Added Mac path to avoid Auto-WPeGPT_WPeace import issues.
PS: Need to update package support, see requirement file in detail. (just need to pip install the newest requirements.txt)
WPeChatGPT v2.1
Version 2.1
- 修复了 OpenAI-API 经常超时的问题。
(详见节关于 OpenAI-API 报错)
WPeChatGPT v2.0
Version 2.0
此次更新后 WPeChatGPT 改用 OpenAI 最新发布的 gpt-3.5-turbo 模型。
新增的功能包含:
- 增加查找函数中二进制漏洞的功能。
- 增加尝试自动生成对应 EXP 的功能。
WPeChatGPT v1.1
Version 1.1
此次的更新包括:
- 删除分析加解密的功能。
- 增加 python3 还原函数的功能。
- 修改了一些细节。
WPeChatGPT v1.0
Version 1.0
WPeChatGPT v1.0 based on Gepetto 支持的功能包括:
- 分析函数的使用环境、预期目的、函数功能。
- 重命名函数的变量。
- 分析函数是否包含加解密算法,并尝试用 python3 还原。