{"id":37058521,"url":"https://github.com/lofcz/thirdeye","last_synced_at":"2026-01-14T06:36:31.134Z","repository":{"id":328545079,"uuid":"1115262610","full_name":"lofcz/thirdeye","owner":"lofcz","description":"The Third Eye 👁⃤","archived":false,"fork":false,"pushed_at":"2025-12-13T22:24:38.000Z","size":619,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-15T17:20:48.547Z","etag":null,"topics":["bypass","cpp","obfuscation","screen-capture","screenshot"],"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/lofcz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-12T15:28:19.000Z","updated_at":"2025-12-15T00:18:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lofcz/thirdeye","commit_stats":null,"previous_names":["lofcz/thirdeye"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lofcz/thirdeye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lofcz%2Fthirdeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lofcz%2Fthirdeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lofcz%2Fthirdeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lofcz%2Fthirdeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lofcz","download_url":"https://codeload.github.com/lofcz/thirdeye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lofcz%2Fthirdeye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bypass","cpp","obfuscation","screen-capture","screenshot"],"created_at":"2026-01-14T06:36:30.590Z","updated_at":"2026-01-14T06:36:31.098Z","avatar_url":"https://github.com/lofcz.png","language":"C++","readme":"[![ThirdEye](https://shields.io/nuget/v/ThirdEye?v=302\u0026icon=nuget\u0026label=ThirdEye)](https://www.nuget.org/packages/ThirdEye)\n\n# Third Eye\n\nUsermode `WDA_MONITOR`/`WDA_EXCLUDEFROMCAPTURE` bypasser using undocumented Windows functions with C# bindings.\n\nStarring:\n- PEB walking\n- Halo's Gate\n- Custom PE sections\n- Undocumented Windows functions\n- Quick and dirty EDR/AV evasion ([2/72 on VirusTotal](https://www.virustotal.com/gui/file/db1de8681fd4b86870bf6b1af50703a17f7997791387bb5d56b3d5130fe3f789?nocache=1))\n- Direct syscalls\n\n## Getting Started\n\nInstall the package:\n\n```\ndotnet add thirdeye\n```\n\n### Usage (C#)\n\nTake screenshots unmasking any hidden windows:\n\n```cs\nusing ThirdEye;\n\nusing var session = new ThirdEyeSession()\nsession.CaptureToFile(\"screenshot.png\");\n```\n\nOptions are available:\n\n```cs\nusing var session = new ThirdEyeSession();\nvar options = new ThirdEyeOptions(\n    format: ThirdeyeFormat.Jpeg,\n    quality: 90,\n    bypassProtection: true\n);\n    \nsession.CaptureToFile(\"screenshot.jpeg\", options);\n```\n\nIf needed, screenshots can be stored in memory:\n\n```cs\nusing var session = new ThirdEyeSession()\nbyte[] bufferData = session.CaptureToBuffer();\n```\n\n### Usage (C/C++)\n\n```cpp\n#include \"thirdeye_core.h\"\n\nThirdeyeContext* ctx = nullptr;\nif (Thirdeye_CreateContext(\u0026ctx) == THIRDEYE_OK) {\n    Thirdeye_CaptureToFile(ctx, L\"screenshot.jpg\", nullptr);\n    Thirdeye_DestroyContext(ctx);\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flofcz%2Fthirdeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flofcz%2Fthirdeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flofcz%2Fthirdeye/lists"}