{"id":21028207,"url":"https://github.com/acizmarik/sharpdetect","last_synced_at":"2025-04-12T12:34:11.045Z","repository":{"id":157977355,"uuid":"489488168","full_name":"acizmarik/sharpdetect","owner":"acizmarik","description":"Dynamic analysis framework for .NET programs","archived":false,"fork":false,"pushed_at":"2025-04-02T21:25:04.000Z","size":1351,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T21:27:52.443Z","etag":null,"topics":["csharp","dotnet","dynamic-analysis","framework"],"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/acizmarik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-05-06T20:40:00.000Z","updated_at":"2025-04-02T20:36:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b791287-f2ee-4dd4-a901-98b7013ff3f4","html_url":"https://github.com/acizmarik/sharpdetect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acizmarik%2Fsharpdetect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acizmarik%2Fsharpdetect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acizmarik%2Fsharpdetect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acizmarik%2Fsharpdetect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acizmarik","download_url":"https://codeload.github.com/acizmarik/sharpdetect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566804,"owners_count":21125728,"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","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":["csharp","dotnet","dynamic-analysis","framework"],"created_at":"2024-11-19T11:54:19.046Z","updated_at":"2025-04-12T12:34:11.039Z","avatar_url":"https://github.com/acizmarik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SharpDetect\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/acizmarik/sharpdetect/LICENSE.md)\n[![GitHub Actions](https://github.com/acizmarik/sharpdetect/actions/workflows/main.yml/badge.svg)](https://github.com/acizmarik/sharpdetect/actions)\n[![NuGet Version](https://img.shields.io/nuget/v/SharpDetect)](https://www.nuget.org/packages/SharpDetect)\n\nA work-in-progress, experimental dynamic analysis framework for .NET programs.\n\n### Prerequisites\n\n#### Windows\n\n* .NET 8 SDK\n* Visual Studio 2022 Build Tools\n* git\n\n#### Linux\n\n* .NET 8 SDK\n* zlib1g-dev\n* clang\n* cmake\n* git\n\n### Build Steps\n\n#### Windows Development Build\n\n```bash\ngit submodule update --init --recursive\n\ncd src\ndotnet tool restore\ndotnet cake --rid=win-x64\n```\n\n#### Linux\n\n##### Alternative: Development Build\n\n```bash\ngit submodule update --init --recursive\n\ncd src\ndotnet tool restore\ndotnet cake --rid=linux-x64\n```\n\n##### Alternative: Testing Build\n\n```bash\ndocker build -t sharpdetect/ubuntu-24.04\n```\n\n## Available Tools\n\n* **Deadlock Analyzer** - Monitors all lock-related operations on `System.Threading.Monitor`. If a deadlock is detected, user receives a report with details (affected threads, stack traces).\n* **Disposable Analyzer** - Monitors all allocations and disposals on reference types that implement `IDisposable`. If disposable type has not been disposed, user receives report with details (allocation thread, stack trace).\n\n## State of Development\n\n| Runtime   | .NET                          | .NET Framework               |\n| --------- | ----------------------------- | ---------------------------- |\n| win-x64   | :white_check_mark:            | :x:                          |\n| win-x86   | :x:                           | :x:                          |\n| linux-x64 | :white_check_mark:            | (not applicable)             |\n| linux-x86 | :x:                           | (not applicable)             |\n\n## License\n\nThis project is licensed under the [Apache-2.0 license](LICENSE), unless specified otherwise in a file header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facizmarik%2Fsharpdetect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facizmarik%2Fsharpdetect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facizmarik%2Fsharpdetect/lists"}