My project is to create a decompiler for the Microsoft .NET architecture, specifically turning compiled .NET programs into recompilable C# or Visual Basic .NET code. There are several of these in existence already, but no capable ones that I am aware of available freely (in the monetary and open-source sense of the word). Feel free to mail and correct me on this :-) Update: Anakrino is apparently open-source according to various sites I've looked at, but I can't find the source anywhere.

A more detailed description of my goals for this project can be found in my project proposal.

I will be maintaining source code to the project on this site published under the GNU General Public License. Please be aware that this code is *unfinished*, and will most likely not even compile let alone work.