diff --git a/README.md b/README.md index ce33b33..42d900f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Publicly available documents already discuss exfiltration from secured systems u How to Use It ------------------ -Compile the program using: +Compile the program using make: - gcc main.c -Wall -O2 -o main + make And run it on an Apple MacBook Air (13-inch, Early 2015): diff --git a/Makefile b/Using _mm_stream_si128/Makefile similarity index 100% rename from Makefile rename to Using _mm_stream_si128/Makefile diff --git a/Using _mm_stream_si128/main b/Using _mm_stream_si128/main new file mode 100755 index 0000000..140a798 Binary files /dev/null and b/Using _mm_stream_si128/main differ diff --git a/main.c b/Using _mm_stream_si128/main.c similarity index 100% rename from main.c rename to Using _mm_stream_si128/main.c