JusticeRage / Gepetto

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

Added multi-model selection and bulk sub_* function rename features and merged with Vulchat #19

Open warsang opened 1 year ago

warsang commented 1 year ago

Hi!

I forked this intially for personal use but decided I would share some of the changes I made (I mostly wanted model selection and being able to bulk rename functions). Beware, a few edits may be needed as I couldn't 100% test everything as I ended up running out of tokens but the bulk of the code works and I fixed whatever was broken while I still had tokens.

Features include:

JusticeRage commented 1 year ago

Wow, thanks a lot for your PR! I'll look into the code and merge as soon as I get a chance!