forked from vmp3/vmprofiler
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.
|
6 months ago | |
---|---|---|
deps | 6 months ago | |
include | 6 months ago | |
src | 6 months ago | |
tests | 1 year ago | |
.clang-format | 1 year ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
CMakeLists.txt | 6 months ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
cmake.toml | 1 year ago | |
cmkr.cmake | 1 year ago |
README.md
vmprofiler
VMProtect 3 Virtual Machines Profiler Library
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/vmprofiler
cd vmprofiler
cmake -B build
cd build
make