Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Use the free Microsoft bing's gpt with ida pro, to perform free analyzes!
- Host: GitHub
- URL: https://github.com/p1ay8y3ar/idaBingGPTPlugin
- Owner: p1ay8y3ar
- License: gpl-2.0
- Created: 2023-11-23T10:49:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T12:50:54.000Z (12 months ago)
- Last Synced: 2024-08-01T19:57:35.181Z (3 months ago)
- Language: Python
- Size: 653 KB
- Stars: 79
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)