From eefb1b5480135b6ee98d0ac19117f739e885d132 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 4 Sep 2021 21:50:55 +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 bcf2a24..fc12548 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VMDevirt - VMProtect 2/3 Static Devirtualization +# VMDevirt - VMProtect 2 Static Devirtualization VMDevirt is a project which uses LLVM to lift `vmprofiles` to LLVM IR. This lifting aims to be semantically accurate so that the generated native instructions can be executed as normal. This project only supports x86_64 PE binaries.