Update README.md

merge-requests/5/merge
_xeroxz 3 years ago
parent 05a82e161e
commit 684ebc93c1

@ -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
```

Loading…
Cancel
Save