Re: ROP and JOP attack protection

2016-05-23 Thread Mikhail Maltsev
On 05/23/2016 08:50 PM, Roy Leblanc wrote: > Hello all, > > Does GCC's code generator at this point provide protection against ROP and > JOP attacks? This can be achieved by carefully controlling what opcode bytes > and immediate values are produced. It can also be achieved by rewriting > assem

ROP and JOP attack protection

2016-05-23 Thread Roy Leblanc
Hello all, Does GCC's code generator at this point provide protection against ROP and JOP attacks? This can be achieved by carefully controlling what opcode bytes and immediate values are produced. It can also be achieved by rewriting assembler output as you see with the AntiJOP project. More