JusticeRage / Gepetto

IDA plugin which queries OpenAI's GPT language models to speed up reverse-engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please make a detailed method on the setup of the DLL plugin

angel0x1 opened this issue · comments

Please make a detailed method on the setup of the DLL plugin

Can you clarify which "DLL plugin" you're referring to?
This script is written in Python and instructions to set it up are in the README.md file, let me know if they're unclear.

How do i proceed to load the plugin into IDA? is it thru the IDA built-in interpreter if so i seem to be unable to do so

I quote:

Simply drop this script into your IDA plugins folder ($IDAUSR/plugins). By default, on Windows, this should be %AppData%\Hex-Rays\IDA Pro\plugins (you may need to create the folder).

If the plugin doesn't load, check the output window in IDA and look for error messages.
Please search online for additional information on the standard procedure to install IDA plugins.