An IDA plugin to rename global variables and functions based on JSON file.
I had the API Hashing problem in mind when I wrote this plugin. You could write an x64dbg script to retrieve the addresses and the names and then use this plugin to rename them in IDA.
- Put the plugin in the /plugins folder.
- Click on Edit-> Plugins
- Choose AutoRenamer
- Choose between renaming global variables and functions
- Open the JSON File
- That's it. Check the Output for details.