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.
I need to write a GUI related javascript library. It will give my website a bit of an edge (in …
javascript obfuscationI currently use a combination of LVL and Proguard as a first line of defence against piracy. However, what about …
android obfuscation proguard android-resources android-lvlI've written (most of) an application in Flex and I am concerned with protecting the source code. I fired up …
apache-flex actionscript-3 air obfuscationWe are using latest JDK 7 (u45) and ProGuard Version 4.10 Lately starting our distribution fails, after obfuscating it, with the following …
obfuscation java-7 proguard verificationAre there any tools or forks of TypeScript to support public namespace obfuscation? I.e. to turn: class MyUtil { print(): …
obfuscation typescriptHere is my proguard config (I copied it from android tools folder and added some lines). -optimizations !code/simplification/arithmetic,!…
java android obfuscation proguard flurryI'm trying to come up with a JavaScript email obfuscator to reduce the chance for spam in emails listed on …
javascript obfuscation spam-prevention email-spamI was just messing around. I downloaded the dex2jar http://code.google.com/p/dex2jar/ and the Java …
java android obfuscation apk decompilerI have a requirement to protect our assemblies against reverse engineering, to lessen the risk of IP theft or license …
c# serialization obfuscation net-reactorA common pattern in ProGuard configs for Android applications is to preserve custom View classes, since they are probably referenced …
android obfuscation proguard minimization