Skip to content

Instantly share code, notes, and snippets.

View perkanperca's full-sized avatar
🏠
Working from home

Petar Viličić perkanperca

🏠
Working from home
View GitHub Profile
@agelastic
agelastic / deob.conf
Created March 3, 2016 22:09
A config to partially deobfuscate proguarde-ed code
View deob.conf
-injars <obfuscated jar>
-outjars <result>
-libraryjars $HOME/Library/Android/sdk/platforms/android-19/android.jar ; or similar
-optimizationpasses 10
-dontobfuscate
-dontpreverify
-printusage
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses