Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobgardner/external_env
A cross-platform package for viewing the environment variables of other processes.
https://github.com/jacobgardner/external_env
Last synced: 7 days ago
JSON representation
A cross-platform package for viewing the environment variables of other processes.
- Host: GitHub
- URL: https://github.com/jacobgardner/external_env
- Owner: jacobgardner
- License: mit
- Created: 2014-04-23T17:52:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T21:35:11.000Z (over 10 years ago)
- Last Synced: 2024-10-09T10:06:01.229Z (28 days ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
External Env Variable Viewer
============================This package was developed to assist in viewing the environment variables of other processes by PID in a cross-platform, cross-architecture API.
Current State
-------------* Most of my work thus far has been in accessing the environment variables of processes under windows.
Currently it has been tested on Windows 7 x64 using 32-bit python. You cannot view the environment variables of processes that you cannot
access through OpenProcess. These are usually programs executed with elevated privileges or under another user. Programs like ProcessHacker
have a kernel-mode driver that can access the memory of these programs.