VMProtect 3 Virtual Machines Profiler Library
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.
 
 
xerox b01ba0ef77
updated readme
2 years ago
deps updated unicorn-engine build targets just to build x86 emulation... 2 years ago
include removed capture from lambdas in profiles... compiles on linux now. added readme for vm_entry_test... 2 years ago
src removed capture from lambdas in profiles... compiles on linux now. added readme for vm_entry_test... 2 years ago
tests removed capture from lambdas in profiles... compiles on linux now. added readme for vm_entry_test... 2 years ago
.clang-format blew the tires off vmctx for now... fixed a bug in vmlocate... working now... 2 years ago
.gitignore added a new vmctx which removes calc_jmp and such 2 years ago
.gitmodules profilers will now have access to unicorn-engine traces so generators 2 years ago
CMakeLists.txt ran cmkr so that cmake configures to build x86 only... 2 years ago
LICENSE Add LICENSE 2 years ago
README.md updated readme 2 years ago
cmake.toml updated unicorn-engine build targets just to build x86 emulation... 2 years ago
cmkr.cmake configuring cmkr some, inherting vmprofiler2 but only including a very 2 years 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