Enumerated types tutorial
Last updated
Was this helpful?
Last updated
Was this helpful?
This screen capture (IDA 3.66) shows how IDA handles high level structures. This tutorial shows you how to obtain this result.
You can use IDA to interactively define and manipulate enumerated types in the disassembly. Consider this simple sample C program:
In order to use meaningful names instead of numbers, we open the enums window and press insert to define a new enumerated type.