Browse by Tags

Related Posts

  • Obfuscation - Making Reverse Engineering Harder

    In a previous article I have demonstrated how easy it is to decompile and reverse engineer .NET assemblies using Reflector and Reflexil. I've also shown that applying a strong name to your assembly does not protect your code from reverse engineering. So, what else is left? A technique called obfuscating...
    Posted to David Cumps (Weblog) by CumpsD on 09-29-2007, 12:00 AM
    Filed under: C#, Tweaks, .NET, Security
  • Code Signing as Reverse Engineering Protection

    In my last post I spoke about reverse engineering .NET assemblies upon which Gregory asked how to protect his code against it. Initially I thought signing an assembly would be the easiest way to prevent this, and my first tests confirmed this. I signed the CrackMe from my previous post and tried modifying...
    Posted to David Cumps (Weblog) by CumpsD on 09-15-2007, 12:00 AM
    Filed under: C#, Tweaks, Tools, .NET, Security
Page 1 of 1 (2 items)
Microsoft Communities