WPeChatGPT
WPeChatGPT copied to clipboard
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.
这边给出一个建议,自动分块去提交,然后组合让它分析,类似的提问语句示例如下,我将将一个C函数分段提供你给,当我说什么什么的时候,说明我已全部提供给你,然后帮我分析啥啥啥的,然后分段提供,最后让它输出,最后获取最后获取的结果数据,然后输出
File "E:/XXXXX/XXXX/IDA_Pro_7.7/plugins/WPeChatGPT.py", line 40, in client = openai.OpenAI(api_key=openai_api_key) ^^^^^^^^^^^^^ AttributeError: module 'openai' has no attribute 'OpenAI'
是否支持 azure GPT?怎么配置?
Traceback (most recent call last): File "threading.py", line 1045, in _bootstrap_inner File "threading.py", line 982, in run File "E:/xxxxxx/IDA_Pro_7.7/plugins/WPeChatGPT.py", line 280, in query_model except openai.InvalidRequestError as e: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module...