If I obfuscate a vb.net assembly using Eazfuscator with symbol names encryption turned on (so that I can use the Eazfuscator stack trace decoder), is this effectively undone if I ship the PDB file?I w
my code is as follows: IList<Users> myData = new List<Users>(); myData = HelperUsers.GetUsersList(); // return IList<Users>
I am trying to protect my dll from disassemblers. I am using \"Eazfuscator.NET Assistant\" as dll encryption tool. but after that the Reflector still can read the source code. is it anything i need t
I\'m trying to create an image with some text on it and I want the image\'s size to match the size of the rendered text.