From b52a4eacbfb461d4ad01735aae0f4e3d2eb3fcde Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 26 Jun 2021 21:57:16 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbccac1..8f95f52 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ vmprofiler is a c++ library which is used to statically analyze VMProtect 2 poly * [VTIL](https://github.com/vtil-project/VTIL-Core) - Virtual-machine Translation Intermediate Language * [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 +* [mrexodia](https://github.com/mrexodia) - ported project to [cmkr](https://github.com/build-cpp/cmkr). ### Build Instructions