/paranoid-deobfuscator

Deobfuscate "paranoid" protected apps

Primary LanguagePythonApache License 2.0Apache-2.0

Paranoid deobfuscator

A script to deobfuscate apps obfuscated with Paranoid to help you with static analysis.

Before After
Before After

Prerequisites

Usage

  1. Decode app with Apktool: apktool d app.apk
  2. Run deobfuscator: python deobfuscator.py app or ./deobfuscator.py app
  3. Build app with Apktool: apktool b app
  4. Enjoy your deobfuscated apk!

Build deobfuscator.jar

Run generate.sh inside the deobfuscator-helper folder.