Forums >> IDA Pro >> Arrays of non-bytes in structures
Topic created on: December 30, 2010 21:20 CST by Darmani.
In the dialog for specifying an array inside a structure, the width is fixed at 1. How do you specify arrays of other types (especially structures) within a structure?
Change the size of the first element in the array to the desired size BEFORE you open the array dialog. So, if you want an array of dwords, change the size of the structure member to dd, then open the array dialog. You wiil see that the size is now 4.