From f72381d488b8238d08be2854ac1b24a1852148d2 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 21 May 2021 05:00:14 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe948c..ef916a2 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ um-trace is a demo project/repo which contains an example of how to create a run * refbuilds/ - binaries protected with `ultra virtualization` and no packing. These bins are for you to mess with! * src/ - source code for the usermode tracer. * vmptest/ - source code for the the test bins - * um-tracer/ - source code for usermode tracer, includes a hook on `LCONSTBZX`. \ No newline at end of file + * um-tracer/ - source code for usermode tracer, includes a hook on `LCONSTBZX`. + +### Usage + +First download the repo with `git clone --recursive https://githacks.org/vmp2/um-tracer.git`, then compile the `um-tracer` by opening `demo.sln` inside of `src/`. There should be an executable called `um-tracer.exe` in `x64/Release`. This tracer program is compiled for the first `vmptest` binary in the `refbuilds` directly. + +To create a trace file simply run the following: + +``` + +``` \ No newline at end of file