Update README.md

merge-requests/5/merge
_xeroxz 3 years ago
parent b701f36e3c
commit b175739947

@ -4,7 +4,7 @@
</div>
</div>
# VMEmu - Virtual Machine Emulation
# VMEmu - Virtual Machine Handler Emulation
VMEmu uses unicorn to emulate x86_64 instructions which make up the virtual machine handlers. This project is extremely simple in that it will check every executed instruction in order to find any `JMP` instruction which uses a register and jumps to a vm handler. When this JMP is executed all native registers, virtual scratch registers, and the virtual stack are saved into a trace entry. Emulation ends when a VMEXIT instruction is found.

Loading…
Cancel
Save