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