|
|
@ -1,6 +1,6 @@
|
|
|
|
<div align="center">
|
|
|
|
<div align="center">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<img src="https://githacks.org/uploads/-/system/project/avatar/371/VMProtect.png"/>
|
|
|
|
<img src="https://git.back.engineering/avatars/f44edf803188fe4db5803f33944f806b"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
@ -30,6 +30,8 @@ cd vmemu
|
|
|
|
cmake -B build
|
|
|
|
cmake -B build
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Go into `build` and open `vmemu.sln`. Select "Release", and "x64", then build the project.
|
|
|
|
|
|
|
|
|
|
|
|
# Building Instructions (Linux)
|
|
|
|
# Building Instructions (Linux)
|
|
|
|
|
|
|
|
|
|
|
|
### Requirements
|
|
|
|
### Requirements
|
|
|
@ -54,8 +56,6 @@ cmake -B build && cd build
|
|
|
|
make
|
|
|
|
make
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Go into `build` and open `vmemu.sln`. Select "Release", and "x64", then build the project.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# VMProtect 2 - Virtual Machine Architecture Overview
|
|
|
|
# VMProtect 2 - Virtual Machine Architecture Overview
|
|
|
|
|
|
|
|
|
|
|
|
## vm_entry - an entry point into the vm
|
|
|
|
## vm_entry - an entry point into the vm
|
|
|
|