tysm xeroxz
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.
 
 
xtremegamer1 10c39981cc
Hi besties 😐
12 months ago
deps removed profanity from commit message 12 months ago
include Added allocation tracker 12 months ago
src Added handlers 12 months 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 Hi besties 😐 12 months 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