Recent Posts
- The biggest software delusions of the last decade
Thu, 22 Sep 2011
- Software Theft FAIL
Tue, 07 Dec 2010
- A malware with my name
Thu, 09 Sep 2010
- CFF Explorer 7.9 & Secunia
Fri, 13 Aug 2010
- IDAQ: The result of 7 months at Hex-Rays
Mon, 02 Aug 2010
 
Recent Comments
- Comment on The biggest software delusions of the last decade by Roberto
Wed, 18 Jan 2012
- Comment on The biggest software delusions of the last decade by Daniel Pistelli
Mon, 09 Jan 2012
- Comment on The biggest software delusions of the last decade by Assetto
Thu, 05 Jan 2012
- Comment on The biggest software delusions of the last decade by Daniel Pistelli
Sat, 31 Dec 2011
- Comment on The biggest software delusions of the last decade by rizzo
Thu, 15 Dec 2011
 
Rebel.NET
Current Version: 1.6.0.1

Download Rebel.NET




Created by Daniel Pistelli. Rebel.NET is a rebuilding tool for .NET assemblies which is capable of adding and replacing methods and streams.

To read the complete Rebel.NET guide, click here.

It's possible to replace only a limited number of methods or every method contained in a .NET assembly. The simplicity of Rebel.NET consists in the replacing process: one can choose what to replace. For instance, one may choose to replace only the method code, instead of its signature or method header.

The interface of Rebel.NET is quite a simple one. As input it requires a .NET assembly to be rebuilded and a Rebel.NET rebuilding file. The Rebel.NET file contains the data that has to be replaced in the original assembly.



Rebel.NET can also create a Rebel.NET file from a given assembly. This is a key functionality, since some times the data of the original assembly has to be processed first to produce a Rebel.NET file for the rebuilding of the assembly. This sort of "report" feature can also be used to analyze the methods of an assembly, since reading the original data from a .NET assembly isn't as easy as reading a Rebel.NET file. It's possible to choose what should be contained in the Rebel.NET file.


All the Rebel.NET features can used through command line, which comes very handy when an automated rebuilding process is needed.

Rebel.NET is, mainly, a very solid base to overcome every .NET protection and to re-create a fully decompilable .NET assembly. As such, Rebel.NET has to be considered a research project, not an encouragement to violate licensing terms.


Download Rebel.NET