Results 1 to 2 of 2

Thread: SOurce-code protection?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    later
    Posts
    3
    I'm wondering that is there a way to make the exe file source-hack and decompile safe?
    For example, i've a set a password on the form and i can see that password in a hex editor.

    Is there a way to over come this problem?

    Thanks again,

    Take Care

  2. #2
    Zaei
    Guest
    No. Your program will ALWAYS be decompile-able. The reason for this is that when you compile your program, the compiler is translating your code into assembly, then into binary. Every ASM instruction has its binary equivalent, and its always the same. So, anyone with a binary decompiler can look at your source in ASM.

    Z.

    PS: Then again, you could always create some kind of super encryption algorithm that would have an exe header, the decryption function, and the exe inside, that would decrypt your app at runtime.

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