You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @brooksdavis :
It occurs to me that we could get more information about argument, etc capabilities by reading ps_strings or elf auxargs in chericat. I started to suggest reading ps_strings via kern.proc.KERN_PROC_PS_STRINGS.<pid>, but it is probably better to use kern.proc.KERN_PROC_AUXV.<pid> and chase pointers from there since that’s how _start() does it.
The text was updated successfully, but these errors were encountered:
From @brooksdavis :
It occurs to me that we could get more information about argument, etc capabilities by reading ps_strings or elf auxargs in chericat. I started to suggest reading ps_strings via
kern.proc.KERN_PROC_PS_STRINGS.<pid>
, but it is probably better to usekern.proc.KERN_PROC_AUXV.<pid>
and chase pointers from there since that’s how _start() does it.The text was updated successfully, but these errors were encountered: