@ -4,12 +4,8 @@ vmprofiler-qt is a GUI program designed to view trace files generated by vmtrace
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
# Usage Requirements
vmprofiler-qt file structure consists of:
In order to use vmprofiler-qt a few requirements must be met. When using the GUI make sure to have the following information ready:
* src/ - source code for vmprofiler-qt
* `vm_entry rva` - the relative virtual address, from the base of the module, of `vm_entry`.
* 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...