gitextract_155k5x_t/ ├── MT-Callback/ │ ├── MTDriver_Callback/ │ │ ├── .vs/ │ │ │ └── MTDriver_Callback/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ ├── Browse.VC.opendb │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ └── 3ada06f9b493e64a/ │ │ │ └── MAIN.ipch │ │ ├── Debug/ │ │ │ ├── MTDriver_Callback/ │ │ │ │ ├── MTDriver_Callback.inf │ │ │ │ ├── MTDriver_Callback.sys │ │ │ │ └── mtdriver_callback.cat │ │ │ ├── MTDriver_Callback.cer │ │ │ ├── MTDriver_Callback.inf │ │ │ ├── MTDriver_Callback.pdb │ │ │ └── MTDriver_Callback.sys │ │ ├── MTDriver_Callback/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.A4EEAE48.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_Callback.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.13232.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.13232.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_Callback.Build.CppClean.log │ │ │ │ ├── MTDriver_Callback.inf │ │ │ │ ├── MTDriver_Callback.log │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_Callback.inf │ │ │ ├── MTDriver_Callback.vcxproj │ │ │ ├── MTDriver_Callback.vcxproj.filters │ │ │ ├── MTDriver_Callback.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_Callback.sln │ └── README.md ├── MT-CheckTime/ │ ├── MTDriver_CheckTime/ │ │ ├── .vs/ │ │ │ └── MTDriver_CheckTime/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ ├── Browse.VC.opendb │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ └── 756df4b90d1a5cb0/ │ │ │ └── MAIN.ipch │ │ ├── Debug/ │ │ │ ├── MTDriver_CheckTime/ │ │ │ │ ├── MTDriver_CheckTime.inf │ │ │ │ ├── MTDriver_CheckTime.sys │ │ │ │ └── mtdriver_checktime.cat │ │ │ ├── MTDriver_CheckTime.cer │ │ │ ├── MTDriver_CheckTime.inf │ │ │ ├── MTDriver_CheckTime.pdb │ │ │ └── MTDriver_CheckTime.sys │ │ ├── MTDriver_CheckTime/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.3BE854CE.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_CheckTime.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.18532.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.18532.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_CheckTime.Build.CppClean.log │ │ │ │ ├── MTDriver_CheckTime.inf │ │ │ │ ├── MTDriver_CheckTime.log │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_CheckTime.inf │ │ │ ├── MTDriver_CheckTime.vcxproj │ │ │ ├── MTDriver_CheckTime.vcxproj.filters │ │ │ ├── MTDriver_CheckTime.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_CheckTime.sln │ └── README.md ├── MT-Communication/ │ ├── MTApp_Communication/ │ │ ├── .vs/ │ │ │ └── MTApp_Communication/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ ├── 21c0f33d3b0d820f.ipch │ │ │ ├── AutoPCH/ │ │ │ │ └── 84ee152770875a5d/ │ │ │ │ └── COMBASEAPI.ipch │ │ │ └── b9e05a80a8eda86f.ipch │ │ ├── MTApp_Communication/ │ │ │ ├── Debug/ │ │ │ │ ├── MTApp_Co.77C8ADF1.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── MTApp_Communication.lastbuildstate │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ └── link.write.1.tlog │ │ │ │ ├── MTApp_Communication.Build.CppClean.log │ │ │ │ ├── MTApp_Communication.log │ │ │ │ ├── MTApp_Communication.obj │ │ │ │ ├── MTApp_Communication.pch │ │ │ │ ├── pch.obj │ │ │ │ ├── vc141.idb │ │ │ │ └── vc141.pdb │ │ │ ├── MTApp_Communication.cpp │ │ │ ├── MTApp_Communication.vcxproj │ │ │ ├── MTApp_Communication.vcxproj.filters │ │ │ ├── MTApp_Communication.vcxproj.user │ │ │ ├── Release/ │ │ │ │ ├── MTApp_Co.77C8ADF1.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── MTApp_Communication.lastbuildstate │ │ │ │ │ ├── MTApp_Communication.write.1u.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ └── link.write.1.tlog │ │ │ │ ├── MTApp_Communication.Build.CppClean.log │ │ │ │ ├── MTApp_Communication.log │ │ │ │ ├── MTApp_Communication.obj │ │ │ │ ├── MTApp_Communication.pch │ │ │ │ ├── pch.obj │ │ │ │ └── vc141.pdb │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ └── MTApp_Communication.sln │ ├── MTDriver_Communication/ │ │ ├── .vs/ │ │ │ └── MTDriver_Communication/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ ├── 174fe7312286265b/ │ │ │ │ └── MAIN.ipch │ │ │ ├── ba5db423596ae06b/ │ │ │ │ └── MAIN.ipch │ │ │ ├── d25739d79f02633b/ │ │ │ │ └── MAIN.ipch │ │ │ └── e8f10dd7b57d38cf/ │ │ │ └── WDM.ipch │ │ ├── MTDriver_Communication/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.F4B8434B.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_Communication.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.6996.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.6996.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.read.9.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── inf2cat.write.9.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_Communication.Build.CppClean.log │ │ │ │ ├── MTDriver_Communication.inf │ │ │ │ ├── MTDriver_Communication.log │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_Communication.inf │ │ │ ├── MTDriver_Communication.vcxproj │ │ │ ├── MTDriver_Communication.vcxproj.filters │ │ │ ├── MTDriver_Communication.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_Communication.sln │ └── README.md ├── MT-FSDHook/ │ ├── MTDriver_FSDHook/ │ │ ├── Debug/ │ │ │ ├── MTDriver_FSDHook/ │ │ │ │ ├── MTDriver_FSDHook.inf │ │ │ │ ├── MTDriver_FSDHook.sys │ │ │ │ └── mtdriver_fsdhook.cat │ │ │ ├── MTDriver_FSDHook.cer │ │ │ ├── MTDriver_FSDHook.inf │ │ │ ├── MTDriver_FSDHook.pdb │ │ │ └── MTDriver_FSDHook.sys │ │ ├── MTDriver_FSDHook/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver_FSDHook.Build.CppClean.log │ │ │ │ ├── MTDriver_FSDHook.inf │ │ │ │ ├── MTDriver_FSDHook.log │ │ │ │ ├── MTDriver_FSDHook.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_FSDHook.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.8496.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.8496.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_FSDHook.inf │ │ │ ├── MTDriver_FSDHook.vcxproj │ │ │ ├── MTDriver_FSDHook.vcxproj.filters │ │ │ ├── MTDriver_FSDHook.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_FSDHook.sln │ └── README.md ├── MT-InlineHook/ │ ├── MTDriver_InlineHook/ │ │ ├── .vs/ │ │ │ └── MTDriver_InlineHook/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ └── b78f01da8bea5d01/ │ │ │ └── MAIN.ipch │ │ ├── Debug/ │ │ │ ├── MTDriver_InlineHook/ │ │ │ │ ├── MTDriver_InlineHook.inf │ │ │ │ ├── MTDriver_InlineHook.sys │ │ │ │ └── mtdriver_inlinehook.cat │ │ │ ├── MTDriver_InlineHook.cer │ │ │ ├── MTDriver_InlineHook.inf │ │ │ ├── MTDriver_InlineHook.pdb │ │ │ └── MTDriver_InlineHook.sys │ │ ├── MTDriver_InlineHook/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.C37E8113.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_InlineHook.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.25376.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.25376.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.26020.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.26020.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.28376.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.28376.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.read.9.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── inf2cat.write.9.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_InlineHook.Build.CppClean.log │ │ │ │ ├── MTDriver_InlineHook.inf │ │ │ │ ├── MTDriver_InlineHook.log │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_InlineHook.inf │ │ │ ├── MTDriver_InlineHook.vcxproj │ │ │ ├── MTDriver_InlineHook.vcxproj.filters │ │ │ ├── MTDriver_InlineHook.vcxproj.user │ │ │ ├── Release/ │ │ │ │ ├── MTDriver.C37E8113.tlog/ │ │ │ │ │ ├── MTDriver_InlineHook.lastbuildstate │ │ │ │ │ └── unsuccessfulbuild │ │ │ │ └── MTDriver_InlineHook.log │ │ │ ├── main.c │ │ │ └── x64/ │ │ │ └── Debug/ │ │ │ ├── MTDriver.C37E8113.tlog/ │ │ │ │ ├── MTDriver_InlineHook.lastbuildstate │ │ │ │ └── unsuccessfulbuild │ │ │ └── MTDriver_InlineHook.log │ │ └── MTDriver_InlineHook.sln │ └── README.md ├── MT-Keyboard/ │ ├── MTDriver_Keyboard/ │ │ ├── .vs/ │ │ │ └── MTDriver_Keyboard/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ ├── 40de891455df8586/ │ │ │ │ └── MAIN.ipch │ │ │ └── a588616c70272a7e/ │ │ │ └── MAIN.ipch │ │ ├── Debug/ │ │ │ ├── MTDriver_Keyboard/ │ │ │ │ ├── MTDriver_Keyboard.inf │ │ │ │ ├── MTDriver_Keyboard.sys │ │ │ │ └── mtdriver_keyboard.cat │ │ │ ├── MTDriver_Keyboard.cer │ │ │ ├── MTDriver_Keyboard.inf │ │ │ ├── MTDriver_Keyboard.pdb │ │ │ └── MTDriver_Keyboard.sys │ │ ├── MTDriver_Keyboard/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.7349ADCE.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_Keyboard.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.11704.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.11704.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── inf2cat.write.9.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_Keyboard.Build.CppClean.log │ │ │ │ ├── MTDriver_Keyboard.inf │ │ │ │ ├── MTDriver_Keyboard.log │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_Keyboard.inf │ │ │ ├── MTDriver_Keyboard.vcxproj │ │ │ ├── MTDriver_Keyboard.vcxproj.filters │ │ │ ├── MTDriver_Keyboard.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_Keyboard.sln │ └── README.md ├── MT-KillProcess/ │ ├── MTApp_KillProcess/ │ │ ├── .vs/ │ │ │ └── MTApp_KillProcess/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ ├── 197f399e3100995f.ipch │ │ │ └── be9b370d6639c4ef.ipch │ │ ├── MTApp_KillProcess/ │ │ │ ├── Debug/ │ │ │ │ ├── MTApp_Ki.B8C4470C.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── MTApp_KillProcess.lastbuildstate │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ └── link.write.1.tlog │ │ │ │ ├── MTApp_KillProcess.log │ │ │ │ ├── MTApp_KillProcess.obj │ │ │ │ ├── MTApp_KillProcess.pch │ │ │ │ ├── pch.obj │ │ │ │ ├── vc141.idb │ │ │ │ └── vc141.pdb │ │ │ ├── MTApp_KillProcess.cpp │ │ │ ├── MTApp_KillProcess.vcxproj │ │ │ ├── MTApp_KillProcess.vcxproj.filters │ │ │ ├── MTApp_KillProcess.vcxproj.user │ │ │ ├── Release/ │ │ │ │ ├── MTApp_Ki.B8C4470C.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── MTApp_KillProcess.lastbuildstate │ │ │ │ │ ├── MTApp_KillProcess.write.1u.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ └── link.write.1.tlog │ │ │ │ ├── MTApp_KillProcess.Build.CppClean.log │ │ │ │ ├── MTApp_KillProcess.log │ │ │ │ ├── MTApp_KillProcess.obj │ │ │ │ ├── MTApp_KillProcess.pch │ │ │ │ ├── pch.obj │ │ │ │ └── vc141.pdb │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ └── MTApp_KillProcess.sln │ ├── MTDriver_KillProcess/ │ │ ├── .vs/ │ │ │ └── MTDriver_KillProcess/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ └── 40b681dc507195b2/ │ │ │ └── MIAN.ipch │ │ ├── MTDriver_KillProcess/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver.6B0AF623.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_KillProcess.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.7560.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.7560.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── MTDriver_KillProcess.Build.CppClean.log │ │ │ │ ├── MTDriver_KillProcess.inf │ │ │ │ ├── MTDriver_KillProcess.log │ │ │ │ ├── mian.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_KillProcess.inf │ │ │ ├── MTDriver_KillProcess.vcxproj │ │ │ ├── MTDriver_KillProcess.vcxproj.filters │ │ │ ├── MTDriver_KillProcess.vcxproj.user │ │ │ └── mian.c │ │ └── MTDriver_KillProcess.sln │ └── README.md ├── MT-Test/ │ ├── MTDriver_Test/ │ │ ├── .vs/ │ │ │ └── MTDriver_Test/ │ │ │ └── v15/ │ │ │ ├── .suo │ │ │ └── ipch/ │ │ │ └── AutoPCH/ │ │ │ ├── 6bb95a74bcad4625/ │ │ │ │ └── MAIN.ipch │ │ │ └── 6f99f5a3faddb305/ │ │ │ └── MAIN.ipch │ │ ├── Debug/ │ │ │ ├── MTDriver_Test/ │ │ │ │ ├── MTDriver_Test.inf │ │ │ │ ├── MTDriver_Test.sys │ │ │ │ └── mtdriver_test.cat │ │ │ ├── MTDriver_Test.cer │ │ │ ├── MTDriver_Test.inf │ │ │ ├── MTDriver_Test.pdb │ │ │ └── MTDriver_Test.sys │ │ ├── MTDriver_Test/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver_Test.Build.CppClean.log │ │ │ │ ├── MTDriver_Test.inf │ │ │ │ ├── MTDriver_Test.log │ │ │ │ ├── MTDriver_Test.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_Test.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.10056.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.10056.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.read.9.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── inf2cat.write.9.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_Test.inf │ │ │ ├── MTDriver_Test.vcxproj │ │ │ ├── MTDriver_Test.vcxproj.filters │ │ │ ├── MTDriver_Test.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_Test.sln │ └── README.md ├── MT-Thread/ │ ├── MTDriver_Thread/ │ │ ├── Debug/ │ │ │ ├── MTDriver_Thread/ │ │ │ │ ├── MTDriver_Thread.inf │ │ │ │ ├── MTDriver_Thread.sys │ │ │ │ └── mtdriver_thread.cat │ │ │ ├── MTDriver_Thread.cer │ │ │ ├── MTDriver_Thread.inf │ │ │ ├── MTDriver_Thread.pdb │ │ │ └── MTDriver_Thread.sys │ │ ├── MTDriver_Thread/ │ │ │ ├── Debug/ │ │ │ │ ├── MTDriver_Thread.Build.CppClean.log │ │ │ │ ├── MTDriver_Thread.inf │ │ │ │ ├── MTDriver_Thread.log │ │ │ │ ├── MTDriver_Thread.tlog/ │ │ │ │ │ ├── CL.command.1.tlog │ │ │ │ │ ├── CL.read.1.tlog │ │ │ │ │ ├── CL.write.1.tlog │ │ │ │ │ ├── Inf2Cat.command.1.tlog │ │ │ │ │ ├── MTDriver_Thread.lastbuildstate │ │ │ │ │ ├── inf2cat-expand.22668.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.22668.write.1.tlog │ │ │ │ │ ├── inf2cat-expand.read.1.tlog │ │ │ │ │ ├── inf2cat-expand.write.1.tlog │ │ │ │ │ ├── inf2cat.read.1.tlog │ │ │ │ │ ├── inf2cat.read.9.tlog │ │ │ │ │ ├── inf2cat.write.1.tlog │ │ │ │ │ ├── inf2cat.write.9.tlog │ │ │ │ │ ├── link.command.1.tlog │ │ │ │ │ ├── link.read.1.tlog │ │ │ │ │ ├── link.write.1.tlog │ │ │ │ │ ├── signtool.command.1.tlog │ │ │ │ │ ├── signtool.read.1.tlog │ │ │ │ │ ├── signtool.timestamp.1.tlog │ │ │ │ │ ├── signtool.write.1.tlog │ │ │ │ │ ├── stampinf.command.1.tlog │ │ │ │ │ ├── stampinf.read.1.tlog │ │ │ │ │ └── stampinf.write.1.tlog │ │ │ │ ├── main.obj │ │ │ │ └── vc141.pdb │ │ │ ├── MTDriver_Thread.inf │ │ │ ├── MTDriver_Thread.vcxproj │ │ │ ├── MTDriver_Thread.vcxproj.filters │ │ │ ├── MTDriver_Thread.vcxproj.user │ │ │ └── main.c │ │ └── MTDriver_Thread.sln │ └── README.md └── README.md