I\'m using the android 2.3.3 sdk. I have added the proguard.config=proguard.cfg line to default.properties in my project. I have ran the Export Wizard in Eclipse successfully, however the dump, mappin
Closed. This question needs details or cl开发者_JAVA技巧arity. It is not currently accepting answers.
How well can modern JavaScript obfuscation/minification tools protect my code from reverse engineering? Also, what obfuscation platforms are the best for preventing this? It seems it would be rather e
I\'m sorry if this is duplicating another post.I have a possible answer to a question in another post but I\'m not sure if its a good solution and I wanted to ask people for their views.
My understanding was that only the javascript code placed inline in the HTML page would show, never the code stored in .js files
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 expertise, but this question will likely so
Is there any way I can obfuscate the names of my Android activities? I would like to be able to hide them from view, if someone were to attempt to reverse engineer my APK. Of course, I could simply ma
This is my current proguard config file for my Android project: -optimizationpasses 5 -dontusemixedcaseclassnames
I require a source code obfuscator for Java that is working on windows 7. Because I plan to release a closed source library in GWT it really has to be an obfuscator that outputs source and does not p
Base64 encoding is often used to obfuscate plaintext, I am wondering if there are any quick/easy ways of obfuscating a base 64 string, so that it is not easily recognizeable as such. To do so the meth