vusec / ridl

RIDL test suite and exploits
https://mdsattacks.com
354 stars 54 forks source link

maybe a error in tests/source/utils.S #32

Open coolcatlee opened 3 years ago

coolcatlee commented 3 years ago

I think the sse_probe should be:

.global sse_probe sse_probe: movdqu (%rsi), %xmm0 movq %xmm0, %rax andq $0xff, %rax shl $STRIDE_SHIFT, %rax movq (%rdi, %rax), %rax ret