obfuscation
Proguard Obfuscation for Android App in Eclipse problem
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[详细]
2023-03-28 11:40 分类:问答How to protect a java application from reverse-engineering or code stealing? [closed]
Closed. This question needs details or cl开发者_JAVA技巧arity. It is not currently accepting answers.[详细]
2023-03-27 15:01 分类:问答JavaScript Obfuscation and Minification
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[详细]
2023-03-27 13:29 分类:问答using ajax to make email addresses safe?
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.[详细]
2023-03-26 14:26 分类:问答Confused: javascript.js code shows in Chrome?
My understanding was that only the javascript code placed inline in the HTML page would show, never the code stored in .js files[详细]
2023-03-26 11:08 分类:问答What is the best JavaScript compression/obfuscation tool? [closed]
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[详细]
2023-03-25 19:43 分类:问答Obfuscating Android activity names
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[详细]
2023-03-25 09:37 分类:问答How to exclude .so files from proguard?
This is my current proguard config file for my Android project: -optimizationpasses 5 -dontusemixedcaseclassnames[详细]
2023-03-24 12:29 分类:问答Is there any Java Source code obfuscator working on windows 7?
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[详细]
2023-03-24 11:39 分类:问答What is a good method for obfuscating a base 64 string?
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[详细]
2023-03-22 20:38 分类:问答