>Hex-Rays IDA Pro Page

Help index | Search

Structures window

 Action    name: OpenStructures
 
This command opens the structure definitions window.

You can modify structure definitions here: add/rename/delete structures, add/delete/define structure members.

Each structure must have a unique name. A field name must be unique in the structure. In order to create or delete a field, use data definitions commands (data, ascii, array, undefine, Rename). Also you may define regular or repeatable comments.

In order to modify member types, use commands from the Edit|Operand types... submenu. For example, to convert a structure member to an offset, use one of the following commands:

      Convert to offset (automatic)
      Convert to offset (from a segment base)
      Convert to offset (complex offset expression)
See also View|Open subviews submenu.
Index | Previous topic | Next topic