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

added 2 things that were breaking the vcxproj when compiling with vs2022 #50

Open oword opened 4 months ago

oword commented 4 months ago

When transitioning from an older version of visual studio to vs2022 it is necessary to have Windows10 in the vcxproj, also, due to an update to the microsoft signtool you have to put the digest algorithm in the vcxproj as well.