You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the option -k is used or when the analyze is run on a block via the web_ui all structure are named struc_ even if they look like an array.
Change the name of detected array by array_ will help to know this block is an array without having to go to the struct view.
That can be easyli done in Struct.clean_all_struct() (Struct.not_a_struct() return True when the block is detected as an array).
The text was updated successfully, but these errors were encountered:
When the option -k is used or when the analyze is run on a block via the web_ui all structure are named struc_ even if they look like an array.
Change the name of detected array by array_ will help to know this block is an array without having to go to the struct view.
That can be easyli done in Struct.clean_all_struct() (Struct.not_a_struct() return True when the block is detected as an array).
The text was updated successfully, but these errors were encountered: