Re: Retreiving command line of process
Re: Retreiving command line of process
- Subject: Re: Retreiving command line of process
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Mon, 12 Sep 2016 07:54:53 +0100
On 12 Sep 2016, at 04:44, Charu Tiwari <email@hidden> wrote:
> Is there any way we can get "full path" (command line) of process in 'kext' (given a 'pid' is available).
Not directly.
A common approach here is to bounce the work out to user space. And once you do that you can user other APIs, like that code signing API, that are generally better for identifying code anyway.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden