Skip to content
fremag edited this page Nov 28, 2016 · 4 revisions

This analysis will display statistics about all array types.

For each array type, the analysis will display:

  • Type name
  • Nb Instances: count of instances of this type
  • Total Length: sum of the length of every array instance
  • Max Length: the max of all instances length
  • Total Size: total length * size of one array item

Double click on a type or select it and click on "Array Instances" button to display statistics about all instances of this type:

  • Length: length of the array
  • Null Ratio: number of null items / length
  • Unique Ratio: checks all values in the array and count unique values / address and compares it to the length. 100% unique ratio means all items are unique and the array doesn't contain the same value / address twice.

Double click on an address to display the array's items: