Obfuscation Identification

September 16, 2018 ยท View on GitHub

TransformerShort VersionIdentificationSample
String Obfuscations11Class contains method with huge switchDecompiled with Fernflower
String Obfuscation (Cipher Version)sivm11 / si11Static initializer contains Cipher.getInstance("DES/CBC/PKCS5Padding")Decompiled with Fernflower
Reference Obfuscationrvm11Class contains invokedynamic calls and this methodDecompiled with Fernflower
Control Flow Obfuscationcf11Conditional jumps that always jump the same way/
Exception ObfuscationexMethod contains redundant try catch blocksDecompiled with Fernflower