{"id":24864789,"url":"https://github.com/0blu/dokanfilereplacer","last_synced_at":"2025-10-29T16:11:20.179Z","repository":{"id":143390825,"uuid":"242014523","full_name":"0blu/DokanFileReplacer","owner":"0blu","description":"Virtual filesystem that is able to replace files at runtime (Great for TOCTOU exploits)","archived":false,"fork":false,"pushed_at":"2020-02-21T12:50:43.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T05:15:21.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0blu.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":"2020-02-20T23:44:28.000Z","updated_at":"2020-05-20T21:49:07.000Z","dependencies_parsed_at":"2023-09-16T06:33:36.014Z","dependency_job_id":null,"html_url":"https://github.com/0blu/DokanFileReplacer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0blu/DokanFileReplacer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2FDokanFileReplacer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2FDokanFileReplacer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2FDokanFileReplacer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2FDokanFileReplacer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0blu","download_url":"https://codeload.github.com/0blu/DokanFileReplacer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2FDokanFileReplacer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269748271,"owners_count":24469110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-01-31T23:55:42.164Z","updated_at":"2025-10-29T16:11:15.145Z","avatar_url":"https://github.com/0blu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dokan File Replacer\n\nThis is just a simple project to create a virtual filesystem with [Dokan](https://github.com/dokan-dev/dokan-dotnet)\nwhich is able to replace files on the fly (even if there are already opened from another process).\n\nWorks best with access behaviors that open a file just once (like `File.ReadAllText(...)`).\n\n## Example\n\nThe example shows how to use this library to intercept every second request that is made.\n\nOutput:\n```\n--- Reading files with File.ReadAllText(\"R:\\hello world.txt\") ---\n[PROXY] File '\\hello world.txt' was requested\nOutput 1: \u003e\u003e 'Just hello world' \u003c\u003c\n[PROXY] File '\\hello world.txt' was requested\n[PROXY] Replace file!\nOutput 2: \u003e\u003e 'Definitely not the real file!' \u003c\u003c\n...\n```\n\n---\n\nThe example mirror driver from Dokan was used and modified for this project.\n\nLicense: [Apache License 2.0](./LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0blu%2Fdokanfilereplacer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0blu%2Fdokanfilereplacer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0blu%2Fdokanfilereplacer/lists"}