From 35277ae4b8a260e63ad1286ed61051c331e7f3b0 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 13 Jun 2021 02:20:35 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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