WPeChatGPT Versions Save

A plugin for IDA that can help to analyze binary file, it is based on the gpt-3.5-turbo model trained by OpenAI, the same as ChatGPT.

v2.4

5 months ago

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.

v2.3

1 year ago

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)

v2.1

1 year ago

Version 2.1

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

v2.0

1 year ago

Version 2.0

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

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

v1.1

1 year ago

Version 1.1

此次的更新包括:

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

v1.0

1 year ago

Version 1.0

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

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