Update README.md

merge-requests/6/merge
_xeroxz 3 years ago
parent 8e8960dbcc
commit 2a1f2943e4

@ -10,6 +10,8 @@ VMEmu uses unicorn to emulate x86_64 instructions which make up the virtual mach
You can continue the analysis using IDA outside of the virtual machine and then use VMEmu again once execution enters back into the virtual machine. I have plans to turn this into a library and inherit this library into `vmprofiler-qt` and make a split view where you can see what native instructions are executed prior to the next vm entry. However for now this project is used to generate vmtrace files which `vmprofiler-qt` can parse.
# ***Warning, Dumped Modules Are Not Supported At The Moment...***
# Usage - Creating A Trace
In order to use VMEmu you must have an unpacked VMProtect 2 binary which you know some basic information about.
@ -23,8 +25,6 @@ Options:
-h, --help Shows this page
```
# ***Warning, Dumped Modules Are Not Supported At The Moment...***
# Building Instructions
First download the repo using `git clone --recursive https://githacks.org/vmp2/vmemu.git`. Then navigate to ***dependencies*** --> ***unicorn*** --> ***msvc***. Open ***unicorn.sln***, select ***Release*** and ***x64*** on the top of Visual Studios, then click ***Build*** --> ***Build Solution***.

Loading…
Cancel
Save