From 423fd1c3e5a6f00f31822d752f41f1cb3adb9376 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 20 May 2021 05:52:31 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7706d92..be16e47 100644 --- a/README.md +++ b/README.md @@ -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... \ No newline at end of file +# 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`. \ No newline at end of file