Skip to content

Commit

Permalink
Update links to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
lplatt-preemptive committed Dec 12, 2018
1 parent 5b89d8d commit eb70746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -7,10 +7,10 @@ For sample-specific instructions, refer to the the README in each sample's direc
## Samples in this repo

The following samples are available in this repo:
* [GettingStarted](GettingStarted/README.md) 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.
* [ASP.NET Core](asp.netcore/README.md) demonstrates using Dotfuscator on ASP.NET Core applications.
* [Reflection](reflection/README.md) uses renaming rules to fix issues that occur when using Dotfuscator with applications that make use of dynamic class loading and method invocation.
* [Serialization](serialization/README.md) demonstrates using Dotfuscator in an application that makes use of serialized objects that must be exchanged with non-obfuscated code.
* [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.
* [ASP.NET Core](asp.netcore/) demonstrates using Dotfuscator on ASP.NET Core applications.
* [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.
* [Serialization](serialization) demonstrates using Dotfuscator in an application that makes use of serialized objects that must be exchanged with non-obfuscated code.

This repo has tags that correspond to the earliest Dotfuscator Professional version number the samples are compatible with.

Expand All @@ -21,7 +21,7 @@ This repo has tags that correspond to the earliest Dotfuscator Professional vers
Samples for integrating and configuring Dotfuscator protection for Xamarin apps can be found in the following repos:
* [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.
This sample demonstrates protecting a Xamarin app with Tamper Checks and responding to a tampered Android app.
* [protected-TodoAzureAuth](https://github.com/preemptive/Protected-TodoAzureAuth) accompanies [Detect and Respond to Rooted Android Devices](https://msdn.microsoft.com/en-US/magazine/mt846653) from Xamarin Apps.
* [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).
This sample demonstrates protecting a Xamarin app with Root Checks and the different methods for responding to a rooted Android device.

### Checks
Expand Down

0 comments on commit eb70746

Please sign in to comment.