From db85c4cd0f5051ebbfb8c6ed285f464b91625124 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sun, 13 Jun 2021 02:13:52 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0fd656a..9ab9d91 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ vmprofiler is a c++ library which is used to statically analyze VMProtect 2 polymorphic virtual machines. This project is inherited in vmprofiler-qt, vmprofiler-cli, and vmemu. This is the base project for all other VMProtect 2 projects inside of this group on githacks. +### Credit + +* [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 + ### 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: