{"id":42495640,"url":"https://github.com/preemptive/dotfuscator-pro-samples","last_synced_at":"2026-01-28T12:39:45.864Z","repository":{"id":40176087,"uuid":"161223623","full_name":"preemptive/dotfuscator-pro-samples","owner":"preemptive","description":"Samples for configuring PreEmptive Protection - Dotfuscator Professional","archived":false,"fork":false,"pushed_at":"2024-12-09T04:24:38.000Z","size":1181,"stargazers_count":16,"open_issues_count":2,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-09T05:22:58.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://preemptive.com/products/dotfuscator/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ms-pl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preemptive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-12-10T19:09:28.000Z","updated_at":"2024-12-09T04:24:42.000Z","dependencies_parsed_at":"2024-03-24T00:25:28.950Z","dependency_job_id":"af84b864-de29-4cd9-89f4-64c5a4594a56","html_url":"https://github.com/preemptive/dotfuscator-pro-samples","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/preemptive/dotfuscator-pro-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preemptive%2Fdotfuscator-pro-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preemptive%2Fdotfuscator-pro-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preemptive%2Fdotfuscator-pro-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preemptive%2Fdotfuscator-pro-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preemptive","download_url":"https://codeload.github.com/preemptive/dotfuscator-pro-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preemptive%2Fdotfuscator-pro-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T12:37:07.070Z","status":"ssl_error","status_checked_at":"2026-01-28T12:37:06.657Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-28T12:39:45.317Z","updated_at":"2026-01-28T12:39:45.857Z","avatar_url":"https://github.com/preemptive.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PreEmptive Protection Dotfuscator Professional Samples\n\nThis repo contains samples that demonstrate configuring [PreEmptive Protection Dotfuscator Professional](https://www.preemptive.com/products/dotfuscator/overview) for various types of .NET applications. \nThe samples in this repo are each organized into their own directory.\nFor sample-specific instructions, refer to the the README in each sample's directory.\n\n## Samples in this repo\n\nThe following samples are available in this repo:\n* [GettingStarted](GettingStarted) accompanies the [Protect Your App](https://www.preemptive.com/dotfuscator/pro/userguide/en/getting_started_protect.html) page in the [Dotfuscator User Guide](https://www.preemptive.com/dotfuscator/pro/userguide/en/index.html) and is useful if you are looking to quickly protect your Visual Studio project with Dotfuscator.\n* [ASP.NET Core](asp.netcore/) demonstrates using Dotfuscator on ASP.NET Core applications.\n* [Reflection](reflection) uses renaming rules to fix issues that occur when using Dotfuscator with applications that make use of dynamic class loading and method invocation.\n* [Serialization](serialization) demonstrates using Dotfuscator in an application that makes use of serialized objects that must be exchanged with non-obfuscated code.\n\nThis repo has tags that correspond to the earliest Dotfuscator Professional version number the samples are compatible with. \n\n## Samples in other repos\n\n### Xamarin \n\nSamples for integrating and configuring Dotfuscator protection for Xamarin apps can be found in the following repos:\n* [protected-bugsweeper](https://github.com/preemptive/protected-bugsweeper) demonstrates integrating Dotfuscator into the build process for a Xamarin app and then enhancing the protection applied by Dotfuscator.\nThis sample demonstrates protecting a Xamarin app with Tamper Checks and responding to a tampered Android app.\n* [protected-TodoAzureAuth](https://github.com/preemptive/Protected-TodoAzureAuth) accompanies [Detect and Respond to Rooted Android Devices from Xamarin Apps](https://msdn.microsoft.com/en-US/magazine/mt846653). \nThis sample demonstrates protecting a Xamarin app with Root Checks and the different methods for responding to a rooted Android device.\n\n### Checks\n\nSamples for protecting applications with [Checks](https://www.preemptive.com/dotfuscator/pro/userguide/en/protection_checks_overview.html) can be found in the following repos:\n* [protected-adventureworks](https://github.com/preemptive/protected-adventureworks) provides an example of protecting a WPF app with Dotfuscator's Runtime Checks\n* [dot-check-sample](https://github.com/preemptive/dot-check-sample) is a WPF application designed to demonstrate use cases and patterns for Dotfuscator's [anti-debug protections](https://www.preemptive.com/dotfuscator/pro/userguide/en/protection_checks_debug.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreemptive%2Fdotfuscator-pro-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreemptive%2Fdotfuscator-pro-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreemptive%2Fdotfuscator-pro-samples/lists"}