diff --git a/README.md b/README.md index cf67757..a509419 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +Licensed under the MIT License \ No newline at end of file