Results 1 to 8 of 8

Thread: Programs and decompilers

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Programs and decompilers

    Is their a way to make it so someone can't run your VB .NET program through a decompiler and get all the source code?

    I checked out 1 and I could see all the source code of a program I am currently making. From the names of things I've used to my functions, ect... so my question is.. why is it so easy for someone to look through the VB .NET source code and can you stop them?

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Posts
    164
    http://www.preemptive.com/dotfuscator/index.html

    I use this. It isn't an encrypted, just an obfuscator. So it will make it a major pain for them to figure it out.
    -Shurijo

  3. #3

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Wait, it says Microsoft integrated a version of Dotfuscator in Visual Studio 2003 .NET which is what I have... where the hell is it?

    I'd rather not pay for a program just so people can't read my source code.

  4. #4
    Addicted Member PeteD's Avatar
    Join Date
    Jun 2003
    Location
    Sydney
    Posts
    158
    Attached Images Attached Images  

  5. #5

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    haha thanks, I never seen this ****

  6. #6
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    also, if i am not wrong they only could see ur variable names because u were in debug mode, if in release mode their names would be all local1, local2, etc..
    \m/\m/

  7. #7
    Member
    Join Date
    May 2003
    Posts
    53
    Hi

    Please let me know decompilers as such , isnce I need to decompile my created dlls to review the code.

  8. #8

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