|
|
|
|
|
by IshKebab
391 days ago
|
|
Yeah I think you can definitely find which process sets environment variables (I think you just need to intercept execve or whatever). The real problem is finding which processes use the environment variables. That's extremely difficult, if not impossible. |
|