Closed
Description
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
Labels
No labels