Update README.md

merge-requests/14/head
_xeroxz 3 years ago
parent e8eb794dc1
commit ade4ae08d9

@ -17,6 +17,18 @@ vmprofiler is a c++ library which is used to statically analyze VMProtect 2 poly
* [Zydis](https://github.com/zyantific/zydis) - Fast and lightweight x86/x86-64 disassembler library
* [irql0](https://github.com/irql0) - helped with the first version of vm handler pattern matching
### Build Instructions
* Warning: Visual Studio 2019 must be installed on the system...
```
git clone --recursive https://githacks.org/vmp2/vmprofiler.git
cd vmprofiler
cmake -G "Visual Studio 16 2019"
```
You can now open `vmprofiler.sln`, select "Release" and "x64" then build.
### Basic Usage - Creating a vm::ctx_t Object
The `vm::ctx_t` class is a small container-like class which is simply used to contain all information for a given vm entry. This class contains the following useful information:
@ -178,4 +190,4 @@ add bl, al
Copyright (c) 2021 _xeroxz, Independent Researcher @back.engineering
Licensed under the MIT License
Licensed under the MIT License

Loading…
Cancel
Save