From 4f61d7902141545f85c7bfd63504e9e1cb5088f3 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 12 Sep 2022 04:26:22 -0700 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a82b581..89ccfc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- +
@@ -30,6 +30,8 @@ cd vmemu cmake -B build ``` +Go into `build` and open `vmemu.sln`. Select "Release", and "x64", then build the project. + # Building Instructions (Linux) ### Requirements @@ -54,8 +56,6 @@ cmake -B build && cd build make ``` -Go into `build` and open `vmemu.sln`. Select "Release", and "x64", then build the project. - # VMProtect 2 - Virtual Machine Architecture Overview ## vm_entry - an entry point into the vm