hfiref0x / VBoxHardenedLoader

VirtualBox VM detection mitigation loader
BSD 2-Clause "Simplified" License
919 stars 278 forks source link

Problem with driver loading #16

Closed khali17 closed 7 years ago

khali17 commented 7 years ago

Hi , and thank you for you great work ! A few days ago , I try to setup your patch and have some problem with it . Host : Windows 10 x 64 Guest : windows 10 x64 too ( as you recomend from MSDN ) After patching and upload driver for first time every thing work perfect Scenario was like you recomend : Vbox uninstall > reboot > install new version > create VM > set up VM in Vbox and by script > install driver by CMD > and then set up loader by CMD > Windows installation I did every thing as you said , and baypass test VMDE and Al khaser ( no virtualbox detected ) after I reboot host I try to start VM again and get this problem Configuration error: Invalid config key for ACPI device (VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES) : http://prntscr.com/f7as74 As I said every thing work perfectly but after restart this problem happened What do you think where is my mistake ? Is this problem because of Patchguard ? or I have a corrupted Windows host ? or what ? 4 days of attempts and same result !! Any recomendation ? and Thanks a lot .

hfiref0x commented 7 years ago

Driver must be installed each time per Windows boot. It loads in memory and unloads by Windows during shutdown. This is how TDL work.

khali17 commented 7 years ago

I understand , Do you mean only driver everytime or all procces I need to repaet ? ( I mean just tdl then loader ? or hidevm-ahci then tdl then loader ? ) I ask because if I randomize the info in hidevm_ahci , everytime I'll have new info !

hfiref0x commented 7 years ago

Yes, repeat tdl.exe tsugumi.sys, loader.exe

khali17 commented 7 years ago

Ok , thank you very much for helping and for project Thanks a lot )