Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Drop PROCESS_QUERY_INFORMATION support #1122

Merged
merged 1 commit into from Aug 28, 2021

Commits on Aug 19, 2021

  1. 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.
    secDre4mer committed Aug 19, 2021
    Copy the full SHA
    d07af87 View commit details
    Browse the repository at this point in the history