diff --git a/README.md b/README.md index 1d3b260..b893249 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Clone the repository and all submodules using `git clone --recursive https://git ``` cd vmprofiler-cli -cmake -G "Visual Studio 16 2019" +cmake -B build ``` Now you can open `vmprofiler-cli.sln`, select "Release" and "x64" on the top of the visual studios window. Building should take a few minutes. @@ -31,7 +31,6 @@ Options: --vmp2file path to .vmp2 file... --showblockinstrs show the virtual instructions of a specific code block... --showallblocks shows all information for all code blocks... - --devirt lift to VTIL IR and apply optimizations, then display the output... -h, --help Shows this page ```