You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing your poc using qemu with a vdi file created from VBox Win10 19041 machine. When it got to the execution of "\maxram\hvloader.efi", in the function HvlpSLATPresent, my cpu is checked against Second Level Address Translation:
and it failed:
which make the caller quit without continuing loading up the dll payload mcupdate_*.dll and further is Windows OS:
My guess is my cpu just not suitable for this POC. I'm using "Intel64 Family 6 Model 165 Stepping 3 GenuineIntel ~2904 Mhz" for the host machine. You have any idea?
Question
If the problem is really my cpu, is there any other efi file that loads a DLL which I could code my payload (like hvloader.efi loading mcupdate.dll)?
The text was updated successfully, but these errors were encountered:
Issue Summary
I've been testing your poc using qemu with a vdi file created from VBox Win10 19041 machine. When it got to the execution of "\maxram\hvloader.efi", in the function
HvlpSLATPresent
, my cpu is checked against Second Level Address Translation:and it failed:
which make the caller quit without continuing loading up the dll payload
mcupdate_*.dll
and further is Windows OS:My guess is my cpu just not suitable for this POC. I'm using "Intel64 Family 6 Model 165 Stepping 3 GenuineIntel ~2904 Mhz" for the host machine. You have any idea?
Question
If the problem is really my cpu, is there any other efi file that loads a DLL which I could code my payload (like
hvloader.efi
loadingmcupdate.dll
)?The text was updated successfully, but these errors were encountered: