Releases: kata198/ProcessMappingScanner
Releases · kata198/ProcessMappingScanner
2.3.2
2.2.2
2.1.2
- 2.1.2 - Nov 25 2016
- Third one in a row is lucky.
- Update READMEs to note new params
- Always list default next to type in docstring
- Regen docstrings
- 2.1.1 - Nov 25 2016
- Document getAllRunningPids and regen pydocs
- 2.1.0 - Nov 25 2016
- Add option to search ignoring case (Default off)
- Remove typo "getProcessess" [extra s] compat method.
- Cleanup and simplify some
- Add pydoc
2.0.1
- 2.0.1 - Sep 8 2015
- Fix typo in method, getProcessess -> getProcesses. Old typod name will also work but only for one release.
- Add functions for getting process owner by pid (getProcessOwner, getProcessOwnerStr)
- Add functions for getting commandline by pid (getProcessCommandLineStr, getProcessCommandLineList)
- Add functions for scanning for an open file descriptor, (scanProcessForOpenFile - for single process) and (scanAllProcessesForOpenFile - for all processes)
- Add support for searching for either exact matches or partial matches (instead of always partial)
Release 1.0
Initial Release