Skip to content

Releases: WPeace-HcH/WPeChatGPT

WPeChatGPT v2.4

04 Dec 07:06
a1e88e9
Compare
Choose a tag to compare

Version 2.4

  • Changed some display details.
  • Update Auto-WPeGPT v0.2.
    1. Improve the recognition of valid strings.
    2. Improve the analysis of function call trees.
    3. Add recognition for import functions.

WPeChatGPT v2.3

12 May 09:34
035e8e1
Compare
Choose a tag to compare

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

07 Mar 11:27
e99abab
Compare
Choose a tag to compare

Version 2.1

  • 修复了 OpenAI-API 经常超时的问题。
    (详见节关于 OpenAI-API 报错)

WPeChatGPT v2.0

06 Mar 08:47
f07e6ae
Compare
Choose a tag to compare

Version 2.0

此次更新后 WPeChatGPT 改用 OpenAI 最新发布的 gpt-3.5-turbo 模型。
新增的功能包含:

  • 增加查找函数中二进制漏洞的功能。
  • 增加尝试自动生成对应 EXP 的功能。

WPeChatGPT v1.1

02 Mar 12:42
c458ece
Compare
Choose a tag to compare

Version 1.1

此次的更新包括:

  • 删除分析加解密的功能。
  • 增加 python3 还原函数的功能。
  • 修改了一些细节。

WPeChatGPT v1.0

28 Feb 08:12
3c4dcbf
Compare
Choose a tag to compare

Version 1.0

WPeChatGPT v1.0 based on Gepetto 支持的功能包括:

  • 分析函数的使用环境、预期目的、函数功能。
  • 重命名函数的变量。
  • 分析函数是否包含加解密算法,并尝试用 python3 还原。