Skip to content

lowlevel01/idaAutoRenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

idaAutoRenamer

An IDA plugin to rename global variables and functions based on JSON file.

Main purpose:

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.

How to use:

  • 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.

Example:

  • Let's say we want to rename the global variables at these adresses

    json_file

  • Choose global variables in the prompt

    prompt

  • The global variables are renamed successfuly

    renamed

  • See the details in the Output window in the bottom

    output

  • You can follow the same steps when it goes to renaming functions

About

An IDA plugin to rename global variables and functions based on JSON file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages