forked from vmp3/vmemu
parent
29350deaa5
commit
54221a7f6d
@ -1,3 +1,3 @@
|
||||
[submodule "deps/vmprofiler"]
|
||||
path = deps/vmprofiler
|
||||
url = http://rexw3wrz5pldtadf3hy4vqnuzokhco4l32kyntj36fcgpjuy3nvxidid.onion/vmp3/vmprofiler.git
|
||||
url = https://githacks.org/vmp3/vmprofiler
|
||||
|
@ -1,3 +1,20 @@
|
||||
# vmemu
|
||||
|
||||
VMProtect 3 Virtual Machine Handler Emulation
|
||||
VMProtect 3 Virtual Machine Handler Emulation
|
||||
|
||||
# Build Requirements
|
||||
|
||||
```
|
||||
clang-10
|
||||
cmake (3.x or up)
|
||||
```
|
||||
|
||||
*linux build instructions*
|
||||
|
||||
```
|
||||
git clone https://githacks.org/vmp3/vmemu
|
||||
cd vmemu
|
||||
cmake -B build
|
||||
cd build
|
||||
make
|
||||
```
|
Loading…
Reference in new issue