You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vmdevirt/README.md

12 lines
492 B

3 years ago
# VMDevirt - VMProtect 2/3 Static Devirtualization
3 years ago
3 years ago
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.
# Compiling
3 years ago
<div align="center">
<img src="https://media1.giphy.com/media/FovFeej5SQQh94uyyK/giphy.gif"/>
3 years ago
<br>
3 years ago
<i>LLVM takes forever to build and a few GB's of cache space in tmp...</i>
</div>