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

Rename variables doesn't work #45

Closed melomac closed 1 week ago

melomac commented 1 week ago

On IDA Pro 8.4 SP2 or IDA Pro 9 beta 4, starting with commit fbbae19d4e593193b954e1dc8de6305da63014d2, the Rename variable feature no longer works.

Step to repro:

Starting with commit fbbae19d4e593193b954e1dc8de6305da63014d2, this no longer works. Checking out previous commit 59dbf471eaac9cea3df612c2dcb77781234249dc restore the feature.

Explain function works fine.

JusticeRage commented 1 week ago

A pesky indentation problem 🤦‍♂️ Thanks a lot for reporting!