KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
81 stars 5 forks source link

create self-tests for latent_entropy GCC plugin #186

Open kees opened 2 years ago

kees commented 2 years ago

It should be possible to see expected effects with something that builds a simple .c file and emits details:

gcc -fplugin=latent_entropy_plugin.so a.c -frandom-seed=stuffhere && ./a.out