Update README.md

merge-requests/1/merge
_xeroxz 3 years ago
parent 527708f534
commit 3d732f2c4b

@ -2,4 +2,14 @@
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.
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.
# Contents
vmprofiler-qt file structure consists of:
* src/ - source code for vmprofiler-qt
* QVMProfiler.cpp - All of the QT code for this project...
* main.cpp - entry point for the project, sets up QT window..
* dependencies/ - dependencies for this project...
* vmprofiler - VMProtect 2 Virtual Machines Profiler Library...
Loading…
Cancel
Save