updated .gitmodules, and readme

main
xerox 2 years ago
parent 29350deaa5
commit 54221a7f6d

2
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "deps/vmprofiler"]
path = deps/vmprofiler
url = http://rexw3wrz5pldtadf3hy4vqnuzokhco4l32kyntj36fcgpjuy3nvxidid.onion/vmp3/vmprofiler.git
url = https://githacks.org/vmp3/vmprofiler

@ -71,6 +71,10 @@ target_compile_definitions(vmemu PUBLIC
NOMINMAX
)
target_compile_features(vmemu PUBLIC
cxx_std_20
)
target_include_directories(vmemu PUBLIC
include
)

@ -1,3 +1,20 @@
# vmemu
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
```

@ -6,6 +6,7 @@ name = "vmemu"
[target.vmemu]
type = "static"
compile-features = ["cxx_std_20"]
sources = [
"src/**.cpp",

Loading…
Cancel
Save