lllllllllllll5796 / whse

WinHvShellcodeEmulator (WHSE) is a shellcode emulator leveraging the Windows Hypervisor Platform API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinHvShellcodeEmulator

WinHvShellcodeEmulator (WHSE) is a shellcode emulator leveraging the Windows Hypervisor Platform API [1].

The project is based on three components :

  • WinHvEmulator : The emulation library taking charge of partition management, virtual processor management, memory allocation and so on.
  • WinHvShellcodeEmulator : The actual emulator taking charge of properly setting up the virtual CPU registers, managing guest exits and so on.
  • WinHvShellcodeContainer : An AppContainer isolation [2]

About

WinHvShellcodeEmulator (WHSE) is a shellcode emulator leveraging the Windows Hypervisor Platform API

License:MIT License


Languages

Language:C++ 100.0%