llsoftsecbook
llsoftsecbook copied to clipboard
Section 2.4.1 "Return-oriented Programming": Explain how assembly gadgets could be generated from C/C++
See TODO in text.
Hi @lucic71, thanks for the suggestion! I think it's worthwhile adding a section on mitigations beyond CFI that aren't just compiler-based, like the above mentioned pinsyscall, Linux's seccomp (and similar features in other systems, system call interposition more generally), a more detailed view of ASLR (which the post you linked to also mentions) and so on. I'll create a separate issue to track this!
Created #199.