It would be useful to list data objects split by whether they're in a .rodata or regular data section, to make it easier to look for constant global data that someone forgot to mark const.
Looks like IDiaSectionContrib::get_write can be used to check each section for whether it's read/write or read-only.
Might go ahead and simply pull request this at some point later, doesn't look hard :)
It would be useful to list data objects split by whether they're in a .rodata or regular data section, to make it easier to look for constant global data that someone forgot to mark const.
Looks like IDiaSectionContrib::get_write can be used to check each section for whether it's read/write or read-only.
Might go ahead and simply pull request this at some point later, doesn't look hard :)