what\'s the best way to hide/protect a string that contains my server IP address in C# w开发者_高级运维informs application?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to keep only classes, which contain methods annotated with @Keep, and these methods. These methods (and owning classes) should be kept even if they are unused.
We\'re getting ready to release an upgrade to an ISV product that is FIPS 140-2 compliant, and just found out that our current obfuscator isn\'t.
I am looking for a java obfuscator with maven-plugin support? We tried using ProGuard but we ran into some runtime issues which doe开发者_如何学运维sn\'t happen if you don\'t obfuscate. Are there any
I have obfuscated Lite and a full projects both referencing a library project. At runtime I\'m getting \"NoSuchMethodException myMethod\" error
I am creating Air (AS3) project. It will be have own system of protection. All data from the server to the application and back is encrypted. I use a secret key which is registered in a server-side sc
I create an application in android. I know .apk can convert into .开发者_StackOverflowzip and my layout and xml files are extracted.
Is it possible to obfuscate or remove environment variables from phpinfo? If not, is the only alternative to display the phpinfo function?
I was using XStream for deserialization of xml in my Android app, and now I\'m struggling to add Proguard (obfuscator) to the mix.