Secuting code

  • Thread starter Thread starter RA
  • Start date Start date
R

RA

Hi,

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

Thanks,
Ron
 
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.
 
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
 
Is there some support for that in vs.net 2003?

Ron

Nicholas Paldino said:
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]
- (e-mail address removed)

RA said:
Hi,

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

Thanks,
Ron
 
RA,

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


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

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

Ron

message news:#[email protected]...
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]
- (e-mail address removed)

RA said:
Hi,

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

Thanks,
Ron
 
Back
Top