Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
O

obfuscar

> 编程语言
Open source

Open source obfuscation tool for .NET assemblies

3.1K stars0 likes0 views
WebsiteGitHub

About

Open source obfuscation tool for .NET assemblies

Obfuscar, Minimalistic Obfuscation Tool for .NET Assemblies

The project logo came from Legendora Icon by Teekatas Suwannakrua.

Maintained by LeXtudio Inc..

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.

Get Started

Documentation section 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.

Support Services

Please contact LeXtudio Inc. 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.

Issues· 19 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C#c-sharpdotnetdotnet-frameworkobfuscate

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言