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
_xeroxz 0980e07fa3
Update README.md
3 years ago
dependencies cleaned the hell out of the code, rebuilding it pretty much 3 years ago
src fixed that qt tree widget child issue... now when you click a child item 3 years ago
.clang-format updated to vmprofiler v1.6, fixed a bunch of issues... 3 years ago
.gitignore added source code and submodules 3 years ago
.gitmodules added source code and submodules 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README.md 3 years ago
vmprofiler-qt.sln updated to newest vmprofiler, upgraded to .vmp2 v2 3 years ago

README.md

    <img src="https://imgur.com/LU2g5YH.png"/>
</div>

VMProfiler QT - VMProtect 2 Virtual Instruction Inspector

vmprofiler-qt is a GUI program designed to view trace files generated by vmtracer programs. Currently um-tracer is the only program that will generate a trace file, however in the near future another repo will be added using unicorn to generate traces.

A trace is simply a file that contains all native register values, virtual stack values, virtual register values, for every single executed virtual instruction. This allows for very indepth analysis of the executed virtual instructions. Without this level of information it is very difficult to make sense of virtual instructions and the effects on the virtual stack.