mirror of
https://github.com/hfiref0x/VBoxHardenedLoader
synced 2026-06-08 14:40:15 +00:00
824f3d39f8
patch generator added, install.cmd updated to restart vboxdrv after tdl usage
9 lines
204 B
Batchfile
9 lines
204 B
Batchfile
REM Append full patch to tdl.exe/tsugumi.sys and run this batch file elevated
|
|
@echo off
|
|
echo Run TDL (tdl.exe tsugumi.sys)
|
|
pause
|
|
tdl.exe tsugumi.sys
|
|
echo Run loader
|
|
pause
|
|
call loader.cmd
|
|
net start vboxdrv |