How do you minify or obfuscate your Javascript files, if you build your Scala projects with Simple Build Tool (SBT) 0.10.x?
I\'m looking for software protection and/or code obfuscation software like Oreans Themida, VSProtect, ASPRotect and similar. However, antivirus false positives is a deal-breaker for me. I cannot incon
We developed a web application (struts 1.x/Hibernate based) for which I built a war file using ANT build script. Now, my company wants me to obfuscate the .classes files
I need to prevent Proguard from obfuscat开发者_高级运维ing any classes from the package com.foo.*.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or exp开发者_开发技巧ertise, but this question will likely so
All Metro applications must be inspected before distribution through Windows 8 AppStore. Does this mean it will not be allowed to use code obfuscation? Or it is still possible, and only so开发者_运维问
Class B extends Class A, Class A has a variable named K, I have a static Class named \"K\" also. Is there a way inside class B to favor using t开发者_StackOverflow社区he static class K over the inheri
Is there any way that you may create a puzzle of three pieces with your code that you allows you to have an encrypted string, a function built specifically for that string and only for that one, (stri
I was wondering whether is it possible to hide javascript files when visiting a website. In a first moment I thought it was not possible, you can obfuscate the code as much as possible but it will sti
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.