Skip to content

Minor feature request: Split data by read-write vs read-only #9

@hrydgard

Description

@hrydgard

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions