gpt4 book ai didi

windows - 从 NT/设备名称获取文件路径

转载 作者:可可西里 更新时间:2023-11-01 12:08:15 44 4
gpt4 key购买 nike

我想将设备路径转换为文件路径。

我想通过进程id获取进程名,所以我用的是这段代码

PsLookupProcessByProcessId(processId,&pEProcess);
ObOpenObjectByPointer(pEProcess,
OBJ_KERNEL_HANDLE,
NULL,
0,
NULL,
KernelMode,
&hProcess);
ObDereferenceObject (pEProcess);

nts = ZwQueryInformationProcess (hProcess,27,0,0,&ulSize);

但它给出的路径为 \Device\hardDiskVolume1\windows\system32\taskmgr.exe

但我希望将其作为普通文件名C:\windows\system32\taskmgr.exe

最佳答案

Dr. Dobb's(Jim Conyngham 的 NT Handle-to-Path Conversion)中有一篇文章描述了从句柄获取 DOS 路径名的方法:参见 listingGetFileNameFromHandleNT()

在您的情况下,由于您已经拥有设备路径,因此您不需要执行 handle-to-memory-map-to-get-device-path 工作的代码的初始部分。

关于windows - 从 NT/设备名称获取文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3636081/

44 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com