Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
this project has been discontinued
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro authored Jan 27, 2023
1 parent 84d3387 commit 27c36bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Reflexil [![Build Status](https://sailro.visualstudio.com/Reflexil/_apis/build/status/sailro.Reflexil?branchName=master)](https://sailro.visualstudio.com/Reflexil/_build/latest?definitionId=2&branchName=master)
========

# This project has been discontinued
> After 16 years of proud service, this project has been discontinued. ILSpy 8 moved to .NET Core, and many changes would be required to keep it running, including:
>
> - Migrate assemblies to .NET Standard and/or .NET Core
> - Migrate CodeDomProvider (that we use to compile stuff) to Roslyn
> - Use Roslyn instead of NRefactory for completion
>
> All these tasks have already been done by dnSpy, now taken over by [dnSpyEx](https://github.com/dnSpyEx). I recommend using this project going forward.
The .NET Assembly Editor

Reflexil is an assembly editor and runs as a plug-in for Red Gate's **Reflector**, **ILSpy** and **Telerik's JustDecompile**. Reflexil is using Mono.Cecil, written by Jb Evain and is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports C#/VB.NET code injection.
Expand Down

0 comments on commit 27c36bd

Please sign in to comment.