An open API service indexing awesome lists of open source software.

https://github.com/obfuscar/obfuscar

Open source obfuscation tool for .NET assemblies
https://github.com/obfuscar/obfuscar

c-sharp dotnet dotnet-framework obfuscate obfuscation obfuscator

Last synced: 24 days ago
JSON representation

Open source obfuscation tool for .NET assemblies

Awesome Lists containing this project

README

          

# Obfuscar, Minimalistic Obfuscation Tool for .NET Assemblies

* [![Build status](https://img.shields.io/github/actions/workflow/status/obfuscar/obfuscar/windows.yml?style=flat-square)](https://github.com/obfuscar/obfuscar/actions/workflows/windows.yml)
* [![NuGet Version (Global Tool)](https://img.shields.io/nuget/v/Obfuscar.GlobalTool.svg?style=flat-square&label=Obfuscar%20for%20.NET)](https://www.nuget.org/packages/Obfuscar.GlobalTool/)
* [![NuGet Version](https://img.shields.io/nuget/v/Obfuscar.svg?style=flat-square&label=Obfuscar%20for%20.NET%20Framework)](https://www.nuget.org/packages/Obfuscar/)

The project logo came from [Legendora Icon](http://raindropmemory.deviantart.com/art/Legendora-Icon-Set-118999011) by
[Teekatas Suwannakrua](https://raindropmemory.deviantart.com/).

Maintained by [LeXtudio Inc.](https://lextudio.com/).

## Description

Obfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that help secure secrets in a .NET assembly.

[![Obfuscar](https://raw.githubusercontent.com/obfuscar/obfuscar/master/obfuscar.png)](https://www.obfuscar.com/)

## Get Started

[Documentation section](https://docs.obfuscar.com/) contains most information you need, and also a detailed history of this project all through the years.

**Deprecation notice:** Environment-variable expansion inside Obfuscar configuration files is deprecated and will be removed in a future release. Please avoid using environment-variable syntax in project configuration and see the documentation for migration guidance.

**Note on paths:** Relative paths in configuration files are deprecated; future releases will require absolute paths. Please update configuration files to use absolute paths.

**Security notice:** Obfuscar depends on low-level metadata and PE-reading APIs (for example, `System.Reflection.Metadata` and `System.Reflection.PortableExecutable.PEReader`) which are not designed to handle untrusted input. Malformed or malicious assemblies or metadata can cause unexpected behavior, including crashes or hangs. Only run Obfuscar on assemblies and inputs you trust. See https://github.com/dotnet/dotnet-api-docs/pull/12412 for more details.

## Issues

If you have a patch to contribute, a feature to request, or a bug to report, please post to the [Issue Tracker](https://github.com/obfuscar/obfuscar/issues).

## Support Services

Please contact [LeXtudio Inc.](https://lextudio.com/) for support services.

## Contribution

Pull requests are welcome, but make sure you sign the Contributor License Agreement.

## Donation

If you want to donate to my efforts on this project, please [use this link](https://github.com/sponsors/obfuscar).