Update README.md

merge-requests/1/merge
_xeroxz 3 years ago
parent 3d732f2c4b
commit 423fd1c3e5

@ -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.
# 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...
# Usage Requirements
In order to use vmprofiler-qt a few requirements must be met. When using the GUI make sure to have the following information ready:
* `vm_entry rva` - the relative virtual address, from the base of the module, of `vm_entry`.
Loading…
Cancel
Save