WPeace-HcH / WPeChatGPT

A plugin for IDA that can help to analyze binary file, it can be based on models such as gpt-3.5 turbo, gpt-4 trained by OpenAI, the same as ChatGPT.
964 stars 164 forks source link

IDA无法加载 #1

Closed butwhynow closed 1 year ago

butwhynow commented 1 year ago

我使用的是吾爱的IDA_Pro_7.7,已经pip install -r ./requirements.txt,也把.py文件复制到plugins目录,重启IDA后还是无法加载

ss2xx1 commented 1 year ago

pip install -r ./requirements.txt 这个怎么用啊, 要先下载Python吗

WPeace-HcH commented 1 year ago

你好,我使用手上的 IDA 7.7 测试没有发生错误,你这边可以先确认一下你的 IDA 是否使用的是 python3 版本(进入IDA的python文件夹看里面有没有use_python2文件),如果使用的就是 python3 的话,请告诉我具体的报错信息。 或者方便的话可以把你手上报错的 IDA 打包通过邮箱发给我。: )

WPeace-HcH commented 1 year ago

@ss2xx1 是的,需要下载安装python3,然后通过这个命令去安装所需包。

Walker1o commented 1 year ago

长时间这个报错 是我个人原因吗,之前有正常使用,环境并无变化 davinci-003 could not complete the request: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000029CF28E3610>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。'))

WPeace-HcH commented 1 year ago

@Walker1o 从昨晚开始 API 接口很不稳定,是 OpenAI 服务器的问题,可以过段时间再尝试。

WPeace-HcH commented 1 year ago

请参考最新的readme及v2.1版本。: )