VMProtect 2 Qt Virtual Instruction Inspector
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.
 
 
 
Go to file
IDontCode 51e872a344
ensure this shit is bussin correctly
2 years ago
cmake updated the project to the newest vmprofiler, project uses cmkr (cmake) 3 years ago
dependencies ported the project to linux 2 years ago
src ported the project to linux 2 years ago
.clang-format updated to vmprofiler v1.6, fixed a bunch of issues... 3 years ago
.gitignore updated the project to the newest vmprofiler, project uses cmkr (cmake) 3 years ago
.gitmodules fixed an error with darkstyle submodule... its not a submodule anymore 3 years ago
CMakeLists.txt ensure this shit is bussin correctly 2 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
cmake.toml ensure this shit is bussin correctly 2 years ago

README.md

VMProfiler Qt - VMProtect 2 Virtual Instruction Inspector

VMProfiler Qt is a GUI project designed to inspect VMProtect 2 virtual instructions. In order to use this GUI please create a .vmp2 file using VMEmu. Once this .vmp2 has been created you can inspect it by clicking File ---> Open.

Building

Simply replace G:\Qt\5.15.1\msvc2019_64 with the path to your Qt install. Make sure it is of type 2019_64 otherwise it wont work!

git clone --recursive https://githacks.org/vmp2/vmprofiler-qt.git
cd vmprofiler-qt
cmake -B build -DCMAKE_PREFIX_PATH=G:\Qt\5.15.1\msvc2019_64