ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

"The image is not an application" when trying to boot EFI bin #46

Open Seegee opened 3 years ago

Seegee commented 3 years ago

Retargeted the project to v142 build tools, and tried to compile the UEFI build and boot from it, but my EFI shell tells me "The image is not an application" after I run the efi file. Am I missing something simple here?

Rajadurai commented 1 year ago

Have you found solution on this comment?