From 899c35af7f35063d05249018f1e5d3be5534d866 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 3 Oct 2020 01:30:09 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 949d521..47be949 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ The project is currently split into two individual projects, one for Intel and a # Compiling -To compile Voyager for your desired Windows 10 version, please change the `WINVER` macro in both the `types.h` (found in the PayLoad solution), and `WINVER` in `Utils.h`. \ No newline at end of file +To compile Voyager for your desired Windows 10 version, please change the `WINVER` macro in both the `types.h` (found in the PayLoad solution), and `WINVER` in `Utils.h`. After +compiling the payload, you are going to need to put it inside of whatever Voyager version you are using. There is an array inside of `PayLoad.c` were you are going to need to put +the array of bytes for your module. \ No newline at end of file