|
-
May 18th, 2010, 03:21 AM
#2
Re: Custom DLL - help with save(Compile)
Noone can change your code because the DLL is compiled. You can't really stop people seeing the code if they want to decompile it though. If you want to make sure noone tries to spoof your DLL then you should assign it a strong name. Also, if you don't want the debugger to look inside then make sure that it's a Release version you deploy and don't provide the PDB file with it.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|