Results 1 to 6 of 6

Thread: Protect Assembly or Code

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Protect Assembly or Code

    Hi guys! What is the best way to protect my code/assembly from being disassemble? Becuase i found out from one of my Thread that it can easily be disassemble by using refelector or somthing like that, which can easily be obtain from the web, I even tried it my self. Any help guys..Thanks!

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Protect Assembly or Code

    Obfuscate it!!
    Show Appreciation. Rate Posts.

  3. #3
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: Protect Assembly or Code


  4. #4
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    280

    Re: Protect Assembly or Code

    Best way to protect your code is to not protect it at all. Therefore the hackers will find no challenge in it and it will not end up cracked and put on every hackers site on the internet.

    No form of copy protection has ever worked for very long.

  5. #5
    Junior Member
    Join Date
    Jun 2007
    Posts
    26

    Re: Protect Assembly or Code

    Quote Originally Posted by AsmIscool
    Best way to protect your code is to not protect it at all. Therefore the hackers will find no challenge in it and it will not end up cracked and put on every hackers site on the internet.

    No form of copy protection has ever worked for very long.
    Exactly...but I do not agree with you in full...reflector can easily disassemble .net code, but with the use of an obfuscator, it would not be as easy for some noobs...but yes, no matter what you do, there's a way for people to crack it...

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Protect Assembly or Code

    Truthfully, why are you attempting to make it hard to disassemble?

    #1) If its for security purposes - you need to rethink your architecture. Any application running on a client computer is pretty much under their control. The best anyone can do is have that client application contact a central application that only runs under your control.

    #2) If you are trying to protect intellectual property against copycats - don't flatter yourself and don't bother.

    #3) If its for some licensing issue see point #1.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width