Quote:
Originally Posted by Notmex
Well, I must admit I am not very familar with .NET cracking. Are there any good debuggers for this purpose, and maybe a tutorial on how to patch .NET executables? Or does it have to be disassembled / recompiled?
|
Not that much
Dile, ILSpy (older versions), maybe some less known (debugging at IL byte level, not at source leveL!)
have to be disassembled / recompiled? - htats the harder way, but it guarantees the result, you need to know at least C# and or VB.net langs.....
and have VS2k8+