flush-reload-attacks icon indicating copy to clipboard operation
flush-reload-attacks copied to clipboard

Make the spy tool compilation fail with a useful error message if you try to compile it to any architecture other than x64

Open defuse opened this issue 7 years ago • 0 comments

From an email I received, it currently fails with an error like...

gcc -c flushreload.c -o flushreload.o
In file included from flushreload.c:12:0:
flushreload.c: In function ‘attackLoop’:
attacktools.h:57:5: error: inconsistent operand constraints in an ‘asm’
     asm __volatile__(
     ^
attacktools.h:57:5: error: inconsistent operand constraints in an ‘asm’
     asm __volatile__(
     ^
attacktools.h:57:5: error: inconsistent operand constraints in an ‘asm’
     asm __volatile__(

...which is absolutely useless for determining what the problem is.

defuse avatar Jan 24 '18 21:01 defuse