Skip to content

feat: support certain special permission apps like 1Password#185

Merged
sigoden merged 1 commit intomainfrom
feat
Apr 12, 2025
Merged

feat: support certain special permission apps like 1Password#185
sigoden merged 1 commit intomainfrom
feat

Conversation

@sigoden
Copy link
Copy Markdown
Owner

@sigoden sigoden commented Apr 12, 2025

After OpenProcess with PROCESS_QUERY_LIMITED_INFORMATION, window-switcher can access the exe path for certain special permission apps like 1Password.

-OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, None, pid)
+OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, None, pid)

image

close #181

@sigoden sigoden merged commit 135e4b7 into main Apr 12, 2025
2 checks passed
@sigoden sigoden deleted the feat branch April 12, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't work with 1password app

1 participant