Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p1ay8y3ar/idaBingGPTPlugin

Use the free Microsoft bing's gpt with ida pro, to perform free analyzes!
https://github.com/p1ay8y3ar/idaBingGPTPlugin

Last synced: about 2 months ago
JSON representation

Use the free Microsoft bing's gpt with ida pro, to perform free analyzes!

Awesome Lists containing this project

README

        

# idaBingGPTPlugin ![Page Views Count](https://badges.toozhao.com/badges/01HFXX39F3TRYW0SE0QTZG5FYB/green.svg)
Use the free Microsoft bing's gpt with ida pro, to perform free analyzes!

## Before use
- **python 3.9+ (required)**
- clone this repo, move `idaBingGPTPlugin.py` and `ibgp_cookies.json` to your ida plugins folder
- open `bing.com/chat` in your Edge browser
- install browser extension [Cookie-Editor](https://microsoftedge.microsoft.com/addons/detail/cookieeditor/neaplmfkghagebokkhpjpoebhdledlfi)
- login your account
- press Cookie-Editor button and press **Export** button to export your cookies
- paste the cookies to `ibgp_cookies.json`
## How to use
This plugin works only on F5 pseudocode window.

Press right mouse you will see the tab **idaBingGPTPlugin**.
![](./img/use.png)

Now you can use your own prompts to do more things!
![](./img/customize.png)

> make sure you can access bing.com correctly(For example, in China, use a VPN)

## Test on
- idapro 8.3 macOS arm64 version
- idapro 7.6 macOS arm64 version
- idapro 7.5 windows version with python 3.9.13
- idapro 8.3 windows version with python 3.9.13
## Thanks to
[VulChatGPT](https://github.com/ke0z/VulChatGPT)