Update README.md

merge-requests/4/head
_xeroxz 3 years ago
parent 592c45e79f
commit 64c8539659

@ -8,6 +8,36 @@
vmprofiler-cli is a CLI program which displays all details of a specified VMProtect 2 virtual machine. This information includes virtual instruction pointer advancment direction, all vm handlers, virtual instruction rva decrypt instructions, vm handler table entry decrypt instruction, and much more.
# Build Instructions
Clone the repository and all submodules using `git clone --recursive https://githacks.org/vmp2/vmprofiler-cli.git`. Then execute the following commands:
```
cd vmprofiler-cli
mkdir msvc
cmake -G
# there should be a list of generators something like this...
Generators
* Visual Studio 16 2019 = Generates Visual Studio 2019 project files.
Use -A option to specify architecture.
Visual Studio 15 2017 [arch] = Generates Visual Studio 2017 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 14 2015 [arch] = Generates Visual Studio 2015 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 12 2013 [arch] = Generates Visual Studio 2013 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 11 2012 [arch] = Generates Visual Studio 2012 project files.
Optional [arch] can be "Win64" or "ARM".
Visual Studio 10 2010 [arch] = Generates Visual Studio 2010 project files.
Optional [arch] can be "Win64" or "IA64".
Visual Studio 9 2008 [arch] = Generates Visual Studio 2008 project files.
Optional [arch] can be "Win64" or "IA64"
# please use Visual Studio 2019 as VTIL uses the concept keyword...
```
# usage
```
@ -114,4 +144,4 @@ vmprofiler-cli.exe --vmpbin vmptest.vmp.exe --vmentry 0x1000
neg esi
not esi
==================================================================================
```
```

Loading…
Cancel
Save