Results 1 to 2 of 2

Thread: Reflector

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Reflector

    Hi,

    Does anyone know of a way to prevent Reflector from dissasembling a project file?
    Is there a way to compile it so that it cannot be dissasembled.
    That damn thing allows people to see all of your code, every last bit.
    Don't anthropomorphize computers -- they hate it

  2. #2
    Frenzied Member bmahler's Avatar
    Join Date
    Oct 2005
    Location
    Somewhere just west of the Atlantic
    Posts
    1,568

    Re: Reflector

    There are all sorts of Obfuscators out there that will do this, including the free community edition of Dotfuscator that is included with VS2005. Now there ar others like CodeVeil that can encrypt the MSIL header and make your exe appear to not be a .net assembly to programs like reflector. I use a combination of Xenocode Postbuild which is an obfuscator and CodeVeil to encrypt the MSIL header.
    Boooya
    • Visual Studio 2008 Professional
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • Don't forget to rate helpful posts!
    • If you're question was answered please mark your thread [Resolved]


    Code Contributions:
    PHP
    PHP Image Gallery v1.0PHP Image Gallery v2.0
    VB 2005
    Find Computers on a networkSimple License EncryptionSQL Server Database Access dllUse Reflection to Return Crystal ReportDocumentSilently Print PDFGeneric Xml Serailizer


    Useful Links: (more to come)
    MSDN (The first and foremost)MSDN Design Guidelines API Reference • Inno Setup CompilerInno Setup PreprocessorISTool - Fairly easy to use GUI for creating inno setup projects • Connection StringsNAnt -Automated BuildsCruise Control .NET - Frontend for automated builds

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