Skip to content

xtremegamer1/vmemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vmemu

VMProtect 3 Virtual Machine Handler Emulation

Build Requirements

clang-10 
cmake (3.x or up)

linux build instructions

# must be clang 10 or up
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++

# clone and build
git clone https://githacks.org/vmp3/vmemu
cd vmemu
cmake -B build
cd build 
make

About

This is taken from git.back.engineering/vmp3/vmdevirt, it is supposed to be a fork but I can't fork from that website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published