Skip to content

Add support for __randomize_layout #7

Closed
@connorkuehl

Description

@connorkuehl

Is your feature request related to a problem? Please describe.
Our minimum viable product requires that application programmers opt-in to have their structures laid out randomly.

Describe the solution you'd like
When Clang hands control to our plugin, we will check if the structure has the __randomize_layout attribute attached to it. If not, we will return false; and allow Clang to lay it out. If it does have the attribute, we will lay it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions