Switch to the fifth tab. The tooltip says "Types", but I doubt that's what the tab is called.
Doubleclick on the starting address of the .init_array section.
Rightclick on the __init_array_start label and choose "Change Type"
In the input field, change void to void*
Click Submit and observe the "Command failure" popup in the top right.
This is not the only label where it happens, see _IO_stdin_used and try changing it to a uint8_t, for example. Also happens when I try to create a variable by clicking on a byte, pressing y and typing char foo[4].
I can reproduce this on both Firefox 68 and Chromium 81.
.init_array
section.__init_array_start
label and choose "Change Type"This is not the only label where it happens, see
_IO_stdin_used
and try changing it to auint8_t
, for example. Also happens when I try to create a variable by clicking on a byte, pressingy
and typingchar foo[4]
.I can reproduce this on both Firefox 68 and Chromium 81.