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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I have a use case of trying to relaunch a list of processes.
In my case, I really need the absolute path to the binaries and other important data, including argv, environment variables, user ID's, and working directory.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First, thank for you tool!
I would like to known if possible to implemente feature to obtains full path of a process.
For linux is just read "/proc/PID/exe"...
On windows, maybe like https://github.com/kardianos/osext/blob/master/osext_windows.go ...
Thanks.
Lionel
The text was updated successfully, but these errors were encountered: