Results 1 to 8 of 8

Thread: [RESOLVED] [2005] Anti reflector ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Resolved [RESOLVED] [2005] Anti reflector ?

    Hi ,

    i'am searching for a simple Anti reflector code to add it to my application so it cannot be reversed....

    i have Visual Studio 2005 professionnel , i tried obfuscator that exist but no luck when l lunch the new exe i can see all my code

    please can someone post a honest and usefull method

    Thanks and cheerz

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [2005] Anti reflector ?

    Does it have to be free?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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

    Re: [2005] Anti reflector ?

    Sorry, not possible. At least you know how the .Net framework works before you spend a ton of time developing in it.

    See one of my previous posts on this topic (second time I linked to it today!).
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: [2005] Anti reflector ?

    Quote Originally Posted by chris128
    Does it have to be free?
    if it do really do the job i will buy it

    Thanks

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

    Re: [2005] Anti reflector ?

    Quote Originally Posted by killer7k
    if it do really do the job i will buy it
    What Chris is most likely referring to is Salamander.Net which offers a protector (which encrypts your binaries but you can still grab your source when they're decrypted during execution) or their Decompiler which will compile your application into "native code". That's $1099 for one person.

    Compiling into native code is the best solution but it can still be decompiled; only it decompiles into assembly so it's a pain in the ass to get the original code (basically impossible). The only problem is you lose many benefits of the .Net framework and it's manageability.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  6. #6
    Addicted Member
    Join Date
    Apr 2003
    Location
    Australia
    Posts
    252

    Re: [2005] Anti reflector ?

    So this means we can get the source code for Windows Live Writer etc. all the .NET built Microsoft apps. This had crossed my mind but never asked.

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Anti reflector ?

    It really comes down to what you have to hide. Is your source code really so secret that it actually matters if someone else sees it? Do you have secret algorithms that you must protect? If so then you'll presumably spend the money on an industrial strength obfuscator. You might also use a tool that recompiles your code into a native application, thus losing some of the benefits of managed code. You might also use something like CodeVeil, which does not create native code but encrypts your .NET application. These are all expensive tools but if your source code is so secret then it must be valuable so it's an investment.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: [2005] Anti reflector ?

    Hi ,

    it's not that what i have to hide and i have nothing to hide
    it's just my big brother .....to support his langage....

    anyway he won , i cant hide my code.


    Thanks for all

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