-
decompilation help
i need some help understanding decompiling a .NET project using Reflector or Anakrino. I'm pretty new to .NET and am havinga real hard time debugging the decompiled code. I mean, i have all the resources but somehow aint able to figure out how to put all the peices together. Frustrating!!
if someone can help, i could send over the exe and all of the decompiled code
-
Re: decompilation help
are you doing something legal? :cool:
-
Re: decompilation help
hell yea - perfectly legal.
-
Re: decompilation help
You need to take at least a look on the IL manual that comes with the .Net framework. That should be in your Framework SDK directory as a .doc file.
Cheers,
NTG