{"id":24085500,"url":"https://github.com/nustyfrozen/windowprivacy","last_synced_at":"2026-06-12T19:33:05.324Z","repository":{"id":261407440,"uuid":"884213912","full_name":"NustyFrozen/WindowPrivacy","owner":"NustyFrozen","description":"A tool that protects application from being captured / recorded","archived":false,"fork":false,"pushed_at":"2024-11-06T11:50:53.000Z","size":33308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T03:15:55.489Z","etag":null,"topics":["bitmap","blackscreen","capturing","privacy","protection","setwindowaffinity","window"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NustyFrozen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-06T11:00:21.000Z","updated_at":"2025-01-02T08:35:05.000Z","dependencies_parsed_at":"2024-11-06T12:37:10.810Z","dependency_job_id":null,"html_url":"https://github.com/NustyFrozen/WindowPrivacy","commit_stats":null,"previous_names":["nustyfrozen/windowprivacy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NustyFrozen/WindowPrivacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NustyFrozen%2FWindowPrivacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NustyFrozen%2FWindowPrivacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NustyFrozen%2FWindowPrivacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NustyFrozen%2FWindowPrivacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NustyFrozen","download_url":"https://codeload.github.com/NustyFrozen/WindowPrivacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NustyFrozen%2FWindowPrivacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitmap","blackscreen","capturing","privacy","protection","setwindowaffinity","window"],"created_at":"2025-01-10T01:43:17.870Z","updated_at":"2026-06-12T19:33:05.286Z","avatar_url":"https://github.com/NustyFrozen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WindowPrivacy\n A tool that protects Windows Processes from being captured / recorded\n\nhttps://github.com/user-attachments/assets/e9ba327c-8c81-4a83-b684-03de9d0e5e79\n\n## Goal\n1. in case of live-streaming making sure unwanted windows/ windows contains private information to not be recorded\n2. in case of being a victim of a RAT, this tool will make sure all user-mode recording methods wont work on selected windows\n\nreason #2 can be bypassed be sophisticated RAT that either running on kernel mode or hooking setWindowsAffinity,\nin the future i plan to make the program attempt to take pictures every so often on protected processes and make sure it has no content to validate that setWindowsAffinity(WDA_MONITOR) works correctly.\n\n## how it achieves it\nthis tool injects to the selected process (using CRT -\u003e LoadLibrayA) a DLL that calls Win32::SetWindowsAffinity\nto change the Process Windows content access either Monitor Only (WDA_MONITOR) or everything (WDA_NONE)\n\nthe reason it require injection is because \"The window must belong to the current process.\" - [SetWindowDisplayAffinity function (winuser.h)](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowdisplayaffinity).\n\nTherefore it may not work on video games with anti-cheat and is NOT RECOMMENDED to be used as the risk of a ban since it calls openProcess\n\n## hierarchy\nInternal_RemWindowsAffinity --\u003e dll for setWindowsAffinity(WDA_NONE)\nInternal_SetWindowsAffinity --\u003e dll for setWindowsAffinity(WDA_MONITOR)\nWindowPrivacy --\u003e The Tool itself\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnustyfrozen%2Fwindowprivacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnustyfrozen%2Fwindowprivacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnustyfrozen%2Fwindowprivacy/lists"}