Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
 Action    name: MakeName
 
This command gives name/renames/deletes name for the current item.

To delete a name, simply give an empty name.

If the current item is referenced, you cannot delete its name. Even if you try, IDA will generate a dummy name.

Local name

  The name is considered to be defined only in the current function.
  Please note that IDA does not check the uniqueness of the local names
  in the whole program. However, it does verify that the name is unique for the
  function.
Include in name list
  Here you can also include/remove the name from the name list.
  If the name is hidden, you will not see it in names window.
Public name
  You can declare a name as a public (global) name. If the current
  assembler supports the "public" directive, IDA will use it.
  Otherwise, the publicness of the name will be displayed as a comment.
Autogenerated name
  An autogenerated name will appear in a different color.
  if the item is indefined, it will disappear automatically .
Weak name
  You can declare a name as a weak name. If the current
  assembler supports the "weak" directive, IDA will use it.
  Otherwise, the weakness of the name will be displayed as a comment.
Create name anyway
  If this flag is on, and if the specified name already exists,
  IDA will try to variate the specified name by appending a suffix to it.
See also
         Edit submenu.
         How to Enter an Identifier.
         Names representation.
Index | Previous topic | Next topic