Update README.md

master v1.1
_xeroxz 3 years ago
parent 5fb01835d7
commit 8623577b33

@ -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
```
Loading…
Cancel
Save