Archives

Error:warning: Ignoring InnerClasses attribute for an anonymous inner class

Error:warning: Ignoring InnerClasses attribute for an anonymous inner class Error:warning: Ignoring InnerClasses attribute for an anonymous inner class Error:(android.support.a.a.c) that doesn’t come with an Error:associated EnclosingMethod attribute. This class was probably produced by a Error:compiler that did not target the modern .class file format. The recommended Error:solution is to recompile the class from source, using […]

Read More

Obfuscate Android Application(APK) file/ Обфускация Android APK – файла

Obfuscate Android Application(APK) file/ Обфускация Android APK – файла Начнем с главного – выбор IDE никак не зависит на процесс обфускации, что в Android Studio, что в Eclipse. В случае с Eclipse, в файле project.properties указываем путь к файлу правил обфускации. Для Android studio все правила прописываются в файле proguard-rules.pro -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -dontwarn android.support.** -verbose […]

Read More

Obfuscate Java executable “jar”

Obfuscate Java executable “jar” How obfuscate standart java application? It’s very simple: you need use Proguard tool 1. Download and install proguard. 2. Create proguard config file(ex. proguard-project.txt)   -injars application.jar -outjars obfuscate_application.jar -libraryjars <java.home>/lib/rt.jar -dontusemixedcaseclassnames -verbose -dontoptimize -libraryjars jni/keyboardhook-win-amd64.lib -libraryjars jni/libquaqua64.jnilib -libraryjars libs/keyboardhook-win-amd64.lib -libraryjars libs/keyboardhook-win-x86.lib -keepattributes *Annotation* -keep,includedescriptorclasses public class com.sun.jna.** { <fields>; <methods>; […]

Read More

Please disable your adblocker or whitelist this site!