JusticeRage / Gepetto

IDA plugin which queries uses language models to speed up reverse-engineering
GNU General Public License v3.0
2.81k stars 260 forks source link

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

Closed angel0x1 closed 1 year ago

angel0x1 commented 1 year ago

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

JusticeRage commented 1 year ago

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.

angel0x1 commented 1 year ago

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

JusticeRage commented 1 year ago

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.