Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

School Assignment

Notifications You must be signed in to change notification settings

itxKAE/Simple-Smali-Obfuscation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Smali-Obfuscation

A simple program that performs obfuscation on decomplied APKs.

Features

  • Class Rename
  • Junk Insertion (nop)

Limitations

  • No Error Handling

Requirements

Usage

  1. Decompile the APK using apktool
  2. Run the program obfuscation_methods.py via cmd
python obfuscation_methods.py
  1. Key in the the full path to the decompiled folder (E.g. E:\Example\DecompiledFolder)
  2. Wait for the success message