Releases: WPeace-HcH/WPeChatGPT
Releases · WPeace-HcH/WPeChatGPT
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 还原。