Obfuscation is the process by which the code is altered so that a developer finds it much harder to understand clearly what the intended program does or how it operates.
When I export android project with proguard.cfg, all referenced .jar files are obfuscated as well. How can I exclude …
android obfuscation proguardI am getting an error "Conversion to Dalvik format failed with error 1" when using the -dontobfuscate flag. Otherwise my app …
android obfuscation proguard dalvikI'm trying to figure out whether I can build a static library that hides all of its internal objects and …
xcode gcc obfuscation symbolsI have seen the following macro definitions in a coding book. #define TRUE '/'/'/' #define FALSE '-'-'-' …
c++ c macros boolean obfuscationI have just used proguard, but classes I am trying to instantiate via reflection are not working. I have an …
java android reflection obfuscation proguardI want minimize my app size as well as avoid the app from reverse-engineering. Can anybody help with simple answer?
android obfuscation proguard android-2.2-froyoIs there some way to obfuscate C-based executables or libraries to prevent decompilation?
c obfuscation decompilerI have obfuscated my apk, but the file size has only been reduced from 12MB to 10.5MB. The reason it …
android proguard obfuscationI have mobile app created using Phonegap basic wrapper and HTML5. My goal is to encrypt files in assets directory (…
java android encryption cordova obfuscationMy code works perfectly without proguard, but GSON doesn't work when proguard is enabled. This is the part of code …
android gson proguard obfuscation