Secuting code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RA

    Secuting code

    Hi,

    Is it possible to have the code secure? Meaning that know one can use LDasm
    to read the assembly?

    Thanks,
    Ron


  • Madhu [MVP]

    #2
    Secuting code

    Hi,

    What you need to do is to obfuscate you code. so that the
    code cannot be seen using disassembliers like Anakirno,
    etc,

    Take a look at dotfuscator.

    PreEmptive delivers industry-leading application security and protects apps with code obfuscation. Secure .NET, Java, MAUI & JavaScript apps from threats.


    Infact the community edition of the same comes with
    VS.NET 2003.

    Regards,
    Madhu

    MVP | MCSD.NET
    [color=blue]
    >-----Original Message-----
    >Hi,
    >
    >Is it possible to have the code secure? Meaning that[/color]
    know one can use LDasm[color=blue]
    >to read the assembly?
    >
    >Thanks,
    >Ron
    >
    >
    >.
    >[/color]

    Comment

    • Nicholas Paldino [.NET/C# MVP]

      #3
      Re: Secuting code

      Ron,

      You will have to obfuscate the code in this case. There are a number of
      third-party products on the market that will do this for you.

      Hope this helps.


      --
      - Nicholas Paldino [.NET/C# MVP]
      - mvp@spam.guard. caspershouse.co m

      "RA" <ron_a1@hotmail .com> wrote in message
      news:%23IFMsMfq DHA.2404@TK2MSF TNGP12.phx.gbl. ..[color=blue]
      > Hi,
      >
      > Is it possible to have the code secure? Meaning that know one can use[/color]
      LDasm[color=blue]
      > to read the assembly?
      >
      > Thanks,
      > Ron
      >
      >[/color]


      Comment

      • RA

        #4
        Re: Secuting code

        Is there some support for that in vs.net 2003?

        Ron

        "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
        message news:#ibQUefqDH A.1960@TK2MSFTN GP12.phx.gbl...[color=blue]
        > Ron,
        >
        > You will have to obfuscate the code in this case. There are a number[/color]
        of[color=blue]
        > third-party products on the market that will do this for you.
        >
        > Hope this helps.
        >
        >
        > --
        > - Nicholas Paldino [.NET/C# MVP]
        > - mvp@spam.guard. caspershouse.co m
        >
        > "RA" <ron_a1@hotmail .com> wrote in message
        > news:%23IFMsMfq DHA.2404@TK2MSF TNGP12.phx.gbl. ..[color=green]
        > > Hi,
        > >
        > > Is it possible to have the code secure? Meaning that know one can use[/color]
        > LDasm[color=green]
        > > to read the assembly?
        > >
        > > Thanks,
        > > Ron
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • RA

          #5
          Re: Secuting code

          I have vs.net 2003 how can I find this Infact?

          Ron

          "Madhu [MVP]" <anonymous@disc ussions.microso ft.com> wrote in message
          news:0da301c3a9 f7$7937eb70$a40 1280a@phx.gbl.. .[color=blue]
          > Hi,
          >
          > What you need to do is to obfuscate you code. so that the
          > code cannot be seen using disassembliers like Anakirno,
          > etc,
          >
          > Take a look at dotfuscator.
          >
          > http://www.preemptive.com/
          >
          > Infact the community edition of the same comes with
          > VS.NET 2003.
          >
          > Regards,
          > Madhu
          >
          > MVP | MCSD.NET
          >[color=green]
          > >-----Original Message-----
          > >Hi,
          > >
          > >Is it possible to have the code secure? Meaning that[/color]
          > know one can use LDasm[color=green]
          > >to read the assembly?
          > >
          > >Thanks,
          > >Ron
          > >
          > >
          > >.
          > >[/color][/color]


          Comment

          • Nicholas Paldino [.NET/C# MVP]

            #6
            Re: Secuting code

            RA,

            I do not believe that VS.NET 2003 shipped with an obfuscator.


            --
            - Nicholas Paldino [.NET/C# MVP]
            - mvp@spam.guard. caspershouse.co m

            "RA" <ron_a1@hotmail .com> wrote in message
            news:%23xQsdjfq DHA.2588@tk2msf tngp13.phx.gbl. ..[color=blue]
            > Is there some support for that in vs.net 2003?
            >
            > Ron
            >
            > "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote[/color]
            in[color=blue]
            > message news:#ibQUefqDH A.1960@TK2MSFTN GP12.phx.gbl...[color=green]
            > > Ron,
            > >
            > > You will have to obfuscate the code in this case. There are a[/color][/color]
            number[color=blue]
            > of[color=green]
            > > third-party products on the market that will do this for you.
            > >
            > > Hope this helps.
            > >
            > >
            > > --
            > > - Nicholas Paldino [.NET/C# MVP]
            > > - mvp@spam.guard. caspershouse.co m
            > >
            > > "RA" <ron_a1@hotmail .com> wrote in message
            > > news:%23IFMsMfq DHA.2404@TK2MSF TNGP12.phx.gbl. ..[color=darkred]
            > > > Hi,
            > > >
            > > > Is it possible to have the code secure? Meaning that know one can use[/color]
            > > LDasm[color=darkred]
            > > > to read the assembly?
            > > >
            > > > Thanks,
            > > > Ron
            > > >
            > > >[/color]
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Patrick Steele [MVP]

              #7
              Re: Secuting code

              In article <eb5Y9mfqDHA.36 0@TK2MSFTNGP12. phx.gbl>,
              mvp@spam.guard. caspershouse.co m says...[color=blue]
              > RA,
              >
              > I do not believe that VS.NET 2003 shipped with an obfuscator.[/color]

              It shipped with Dotfuscator Community Edition.

              --
              Patrick Steele
              Microsoft .NET MVP

              Comment

              Working...