PDA

View Full Version : .NET Applications


ILCH
06-21-2004, 05:05 PM
Olly need support for .NET applications....
someone knows how to reverse .net apps ???

Necr0Potenc3
06-21-2004, 07:56 PM
just use a .net decompiler, there are several free ones in the net

(such as Anakrino)

psyCK0
06-22-2004, 06:24 AM
Or you can even use ILDASM, decompile the file, change the source and then use ILASM to recompile it. =) Piece of cake, huh?