Skip to content

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

@defuse

Description

@defuse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions