We are thinking about obfuscating some code before releasing it to customers. We are wondering about the impact it will th开发者_运维问答at have on tech support. Can customers provide us with meaningf
Here\'s an interesting problem, and I\'m looking for a pattern that will keep it all workable. I am building a smart-client app for a school system.It will contain information about students includin
I have SlideShowPro, a Flash photo app that loads an XM开发者_JAVA技巧L file with the paths to the images.
So in the code below you\'ll notice the comment \"// This item is obfuscated and can not be translated.\"
I\'m using DotFuscator to obfuscate my source code.How do I make the obfuscated file, which lives in a separate directory, the primary output of my Setup proje开发者_运维知识库ct?If I overwrite file i
My Java desktop application includes a component for communicatin开发者_StackOverflow中文版g with a web service.
How does this code work at all? #!开发者_如何转开发/usr/bin/perl $i=4;$|=@f=map{(\"!\"x$i++).\"K$_^\\x{0e}\"}
From what I\'ve read, code obfuscation isn\'t really that hard to \"crack\", and it will only delay the inevitable.In that case, what is it\'s purpose?
Closed. This question needs to be more focused. It is not开发者_如何学C currently accepting answers.
If I have an integer like this in several places in my code... int my_secret = 42; ... is it possible to make it more difficult to find that integer in the compiled program? I\'ve seen this开发者_运