Commit Graph

14 Commits (3b61bb28330224a73bbf396e6247d5aa96ded765)

Author SHA1 Message Date
kestrelcjx 3b61bb2833 chore(process): add ctx.Done() to break select 4 years ago
kestrelcjx db054ec106 fix(process): fix the bug that the program is hung when getting the file name 4 years ago
shirou 0ce33dbe64
Merge pull request #1166 from easyops-cn/kestrel/process
feat(process): implement the 'OpenFilesWithContext' function of the windows system
4 years ago
Max Altgelt a4679b798b
feat: Add support for Cwd() on Windows 4 years ago
kestrel a60c462a3a feat(process): implement the 'OpenFilesWithContext' function of the windows system 4 years ago
lufia 0eae055018 [v3][mem] add plan9 support 4 years ago
sunshineplan 785e379e67 v3/process (Win): fix Kill() DuplicateHandle error 4 years ago
Max Altgelt d07af877ef
chore: Drop PROCESS_QUERY_INFORMATION support
PROCESS_QUERY_INFORMATION was used for compatibility reasons with
Windows XP / Server 2003. Both are no longer supported in Golang
and haven't been for a while (since Go 1.11). It should be safe
to drop this flag. PROCESS_QUERY_LIMITED_INFORMATION supports
PPL process such as LSASS, which are not queryable without this
change.
4 years ago
Max Altgelt 5f61473ffd
fix: Correct UNICODE_STRING64 definition
Correct the UNICODE_STRING64 definition. The length is only
16 bits, followed by 16 bit max length and 32 bit padding.
4 years ago
Max Altgelt 5337ed8408
chore: Add changes to v3 gopsutil 4 years ago
Lomanic 62d8920abb [process][windows] Fix #714 call OpenProcess with PROCESS_QUERY_INFORMATION on WinXP 4 years ago
shirou 8e2446b0ac [v3][process] apply #962 5 years ago
shirou b7e74218ca [v3 migration] change process.Status returns []string with no letter status string. 5 years ago
shirou 005a35c436 [v3 migartion] add v3 sourcodes, and change disk.opts to []string 5 years ago