Ross ROSS = Recommend OSS · open-source software intelligence for agents

obfuscar/obfuscar

Open source obfuscation tool for .NET assemblies observed · 2026-08-28

github.com/obfuscar/obfuscar · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 93
  • Release rhythm 90
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 1.5
  • age_days: 4169
  • days_rel: 68
  • days_push: 47
  • n_releases_24m: 17

Full methodology

Adoption not part of the score

3172 stars · 467 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Obfuscar is an open source MIT-licensed obfuscation tool for .NET assemblies that renames metadata to minimal names, making decompiled code hard to read while shrinking executable size. It runs as a dotnet global tool or NuGet package and is configured via an XML file, with a v3 beta offering a modern IL pipeline.

Use cases

  • obfuscate .NET assemblies to protect intellectual property
  • prevent decompilation of C# binaries with ILSpy
  • shrink .NET executable size by renaming metadata
  • protect secrets embedded in a .NET assembly
  • integrate obfuscation into a CI/CD build pipeline
  • obfuscate Unity or Xamarin.Android assemblies

When to choose

  • you need a free, open source alternative to commercial .NET obfuscators
  • you want basic name-renaming obfuscation for .NET Framework or modern .NET assemblies
  • you want a simple dotnet tool that fits into build scripts

When to avoid

  • you need advanced obfuscation like control-flow encryption or string encryption
  • you will feed it untrusted or malicious assemblies, since its PE-reading APIs are not hardened against such input
  • you rely on relative paths or environment-variable expansion in configuration (removed in v3)

Facets

cli-tool · maturity active

security compiler developer-tools cli security developer-tools cross-platform cli windows dotnet obfuscation dotnet il-rewriting assembly-protection nuget-tool

9 sources

Member repositories

RepositoryRoleHealth v2
obfuscar/obfuscarmain93

For agents

markdown · JSON · MCP: product_card(name="obfuscar/obfuscar")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem