From 8623577b33b74fcb4fcb924c54a87d88f727a7f1 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Mon, 24 May 2021 00:25:26 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84c39d0..400949c 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ um-hook is a demo project/repo which contains an example of how to hook a virtua ### Usage -First download the repo with `git clone --recursive https://githacks.org/vmp2/um-hook.git`, then compile the `um-hook` by opening `demo.sln` inside of `src/`. There should be an executable called `um-hook.exe` in `x64/Release`. This hook demo program is compiled for the first `vmptest` binary in the `refbuilds` directly. +First download the repo with `git clone --recursive https://githacks.org/vmp2/um-hook.git`, then compile the `um-hook` by opening `um-hook.sln` inside of `src/`. There should be an executable called `um-hook.exe` in `x64/Release`. This hook demo program is compiled for the first `vmptest` binary in the `refbuilds` directly. To create a trace file simply run the following: ``` -um-hook.exe --bin vmptest.vmp.exe --table 0x6473 --base 0x140000000 --out test.vmp2 +um-hook.exe --bin vmptest.vmp.exe --table 0x6473 --base 0x140000000 ``` \ No newline at end of file