Rename Variables
Implement the ability for users to rename variables using OpenAI. Simply right-click on a HLIL instruction (it must be a HighLevelILVarInit) and select OpenAI > Rename Variable. Sometimes it does well, other times...well...try it and find out.
A future implementation will automatically rename all of the variables in a given function to ease your RE burden. 🚀
Pulled release 2.0.0; I forgot to bump the plugin.json version number.
What's Changed
- Feature/rename variables by @WhatTheFuzz in #20
Full Changelog: 1.4.0...2.0.0