clang-randstruct / llvm-project

Randomize the order of fields in a structure layout as a compile-time hardening feature
3 stars 1 forks source link

Record randomization seed #11

Closed tim-pugh closed 5 years ago

tim-pugh commented 5 years ago

Since the randomization must be stable from source-to-source, the randomization seed needs to be externally recorded (i.e. it is a build artifact).

tim-pugh commented 5 years ago

Depends on #10 being finished first.