From b1757399479ebd638f4e4af3ab9797447672025a Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 4 Jun 2021 22:25:46 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b33cf5..fa1f322 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -# VMEmu - Virtual Machine Emulation +# VMEmu - Virtual Machine Handler Emulation VMEmu uses unicorn to emulate x86_64 instructions which make up the virtual machine handlers. This project is extremely simple in that it will check every executed instruction in order to find any `JMP` instruction which uses a register and jumps to a vm handler. When this JMP is executed all native registers, virtual scratch registers, and the virtual stack are saved into a trace entry. Emulation ends when a VMEXIT instruction is found.