From 527708f53444c7745267f492ab52fb8f88f6c0f0 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 20 May 2021 05:21:17 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6bf364..1de12a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# vmprofiler-qt +# vmprofiler-qt - VMProtect 2 QT Virtual Instruction Trace Inspector -VMProtect 2 QT Virtual Instruction Trace Inspector \ No newline at end of file +vmprofiler-qt is a GUI program designed to view trace files generated by vmtracer programs. Currently um-tracer is the only program that will generate a trace file, however in the near future another repo will be added using unicorn to generate traces. + +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. \ No newline at end of file