Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about .dll's

Status
Not open for further replies.

DotNetBlocks

Programmer
Apr 29, 2004
161
US
Hello,
I was wondering if there was a way to hide the code of a dll when you debug in vs.net. I created a dll on my machine and then created a new project and added the dll as a reference. When i debug my project i can see the code of the dll as i walk through the program.

Thanks,
Babloome
 
This is a known condition of managed code. Most of the time, you don't care, but in some cases (like for games where people try and cheat) you need to hide your code.

Google for .net code obfuscators.

Chip H.


____________________________________________________________________
Donate to Katrina relief:
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top