From 7ba0e1dd67126755c033e449282118588de39b20 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 20 May 2021 05:54:23 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be16e47..f2b0637 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,7 @@ A trace is simply a file that contains all native register values, virtual stack 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 +* `vm_entry rva` - the relative virtual address, from the base of the module, of `vm_entry`. +* `image base rva` - the `ImageBase` value located inside of the optional PE header. +* `.vmp2 file` - a trace file generated by vmtracer project such as `um-tracer`. +* an unpacked VMProtect'ed binary which you know all of the above about (use vmprofiler-cli to locate the values you dont know). \ No newline at end of file