https://github.com/distantcam/disguise
Code Obfuscation - Fody style
https://github.com/distantcam/disguise
Last synced: about 1 month ago
JSON representation
Code Obfuscation - Fody style
- Host: GitHub
- URL: https://github.com/distantcam/disguise
- Owner: distantcam
- License: other
- Created: 2013-07-19T08:24:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T09:26:11.000Z (almost 13 years ago)
- Last Synced: 2025-03-04T19:37:55.373Z (over 1 year ago)
- Language: C#
- Size: 154 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## This is an add-in for [Fody](https://github.com/Fody/Fody/)

Obfuscates your code.
## Nuget
Nuget package http://nuget.org/packages/Disguise.Fody
To Install from the Nuget Package Manager Console
PM> Install-Package Disguise.Fody
## Contributors
* [Cameron MacFarland](https://github.com/distantcam)