Full Pathname

Hello all !
How can I obtain full pathname of an application if I know process ID
?


Best regards,
foxgen mailto:xxxxx@yandex.ru

You can’t do this from kernel-mode without walking through undocumented
data structures (to figure out which data structures, load the debug
symbols for ntoskrnl and start exploring off of _EPROCESS). In
user-mode, you can do OpenProcess/GetModuleFileNameEx.

  • Nicholas Ryan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yandex
Sent: Monday, November 04, 2002 8:46 AM
To: NT Developers Interest List
Subject: [ntdev] Full Pathname

Hello all !
How can I obtain full pathname of an application if I know
process ID ?


Best regards,
foxgen mailto:xxxxx@yandex.ru


You are currently subscribed to ntdev as: xxxxx@nryan.com
To unsubscribe send a blank email to %%email.unsub%%