pull down to refresh
0 sats \ 0 replies \ @160ed04091 3 Sep 2024
RANDSTRUCT works by introducing variability in how data structures are organized in memory. This means that each time an application runs, the layout of its data structures is different, making it harder for attackers to exploit predictable patterns.
reply
0 sats \ 1 reply \ @siggy47 2 Sep 2024
Thanks for this post. It's over my head technically, but I guess more robust security is a good thing.
reply
43 sats \ 0 replies \ @final OP 2 Sep 2024
I explained a bit on it here: #670170
In a short description, randstruct just makes certain types of memory-based exploitation in the Linux Kernel harder by randomizing the order of memory structures. It's just another piece of hardening added to GrapheneOS recently.
reply