# sailro/Reflexil

The .NET Assembly Editor

Repository: https://github.com/sailro/Reflexil
Canonical: https://ross.abutalabs.com/products/reflexil
Homepage: http://reflexil.net
Language: C#
License Family: other
Topics: reflector, ilspy, justdecompile, csharp, vbnet, injection, il, dll
Archived: true
Last push: 2024-09-28T16:12:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4772, "days_push": 704, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1530, forks 262 (observed 2026-08-28T04:04:59.262944+00:00)

## What it is
Reflexil is a .NET assembly editor that runs as a plugin for Reflector, ILSpy, and JustDecompile. Built on Mono.Cecil, it can manipulate IL code, save modified assemblies, and inject C#/VB.NET code.

## Use cases
- patch IL code in a .NET dll
- inject C# code into a compiled assembly
- modify a Unity3D game assembly
- edit .NET assemblies from within ILSpy
- convert a .NET GUI app to console by patching
- save modified assemblies back to disk

## When to choose
- you need to edit or patch .NET assemblies inside Reflector, ILSpy, or JustDecompile
- you work with legacy .NET Framework assemblies and IL-level manipulation
- you want C#/VB.NET code injection into compiled assemblies

## When to avoid
- you need a maintained tool - the project is discontinued as of 2024
- you target .NET Core / modern ILSpy 8+ assemblies
- you want a full-featured modern .NET debugger/editor - use dnSpyEx instead

## Facets
- artifact type: plugin
- maturity: abandoned
- function: reverse-engineering, parser, compiler, plugin-system
- domain: reverse-engineering, developer-tools, security
- platform: windows, cross-platform, dotnet
- tags: il-editing, mono-cecil, assembly-patching, discontinued, reflector-plugin, ilspy-plugin, code-injection

## Member repositories
- sailro/Reflexil (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:59.262944+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:26.043285+00:00, confidence not recorded.
  - readme: https://github.com/sailro/Reflexil (fetched 2026-08-28T04:04:59.262944+00:00, sha 0f8322e895a6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
