Update README.md

merge-requests/11/merge
_xeroxz 3 years ago
parent 64f7eec391
commit 35277ae4b8

@ -14,7 +14,7 @@ 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
### Basic Usage - Creating a **vm::ctx_t** Object
### 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:
@ -50,4 +50,4 @@ if ( !vmctx.init() )
Copyright (c) 2021 _xeroxz, Independent Researcher @back.engineering
Licensed under the [MIT License](LICENSE)
Licensed under the MIT License
Loading…
Cancel
Save