diff --git a/README.md b/README.md index 14ac088..54977a3 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ In order to use vmprofiler-qt a few requirements must be met. When using the GUI * `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 +* an unpacked VMProtect'ed binary which you know all of the above about (use vmprofiler-cli to locate the values you dont know). + +# Usage + +Click file -> open, navigate to the location of the VMProtect'ed file. Select it. After, entry the RVA to the vm_entry routine as well as the `ImageBase` value described in the above section. \ No newline at end of file