wdm 获取系统分区 或者system32的路径解决思路
wdm 获取系统分区 或者system32的路径
如何使用内核函数获取系统分区路径,比如我的系统装在D盘,使用哪个函数能够得知这个盘符。
------解决方案--------------------
RtlInitUnicodeString(&uniName, L"\\DosDevices\\C:\\WINDOWS\\example.txt");
如何使用内核函数获取系统分区路径,比如我的系统装在D盘,使用哪个函数能够得知这个盘符。
------解决方案--------------------
RtlInitUnicodeString(&uniName, L"\\DosDevices\\C:\\WINDOWS\\example.txt");