Dotfuscator and vb.net

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

How can we obfuscate without disabling renaming and using a setup
project a project which includes a custom dll?



If I attempt to do so after I change the reference path to the
obfuscated dll the project bombs. If I disable renaming it appears to
work, but the project simply looks like it was never obfuscated.
 
Hi,

With a dll obfuscated with the dotfuscator comunity edition and
renaming disabled reflector shows all the methods. You get errors when you
try and disassemble the code.

Ken
----------------------------------
How can we obfuscate without disabling renaming and using a setup
project a project which includes a custom dll?



If I attempt to do so after I change the reference path to the
obfuscated dll the project bombs. If I disable renaming it appears to
work, but the project simply looks like it was never obfuscated.
 
In the reflector it allowed me to see the code for all subs involved.



________________________________

From: Ken Tucker [MVP] [mailto:[email protected]]
Sent: Tuesday, August 24, 2004 6:00 AM
To: microsoft.public.dotnet.languages.vb
Cc: microsoft.public.dotnet.framework
Subject: Re: Dotfuscator and vb.net



Hi,

With a dll obfuscated with the dotfuscator comunity edition and
renaming disabled reflector shows all the methods. You get errors when
you
try and disassemble the code.

Ken
----------------------------------
How can we obfuscate without disabling renaming and using a setup
project a project which includes a custom dll?



If I attempt to do so after I change the reference path to the
obfuscated dll the project bombs. If I disable renaming it appears to
work, but the project simply looks like it was never obfuscated.
 
In the reflector it allowed me to see the code for all subs involved.



________________________________

From: Ken Tucker [MVP] [mailto:[email protected]]
Sent: Tuesday, August 24, 2004 6:00 AM
To: microsoft.public.dotnet.languages.vb
Cc: microsoft.public.dotnet.framework
Subject: Re: Dotfuscator and vb.net



Hi,

With a dll obfuscated with the dotfuscator comunity edition and
renaming disabled reflector shows all the methods. You get errors when
you
try and disassemble the code.

Ken
----------------------------------
How can we obfuscate without disabling renaming and using a setup
project a project which includes a custom dll?



If I attempt to do so after I change the reference path to the
obfuscated dll the project bombs. If I disable renaming it appears to
work, but the project simply looks like it was never obfuscated.
 
Back
Top