Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Java-APK-Obfuscator


itsMe

Recommended Posts

Not Obfuscated

This is the hidden content, please

Obfuscated

This is the hidden content, please

APK black-box obfuscator for my Master's project. Written 100% in Java.

NOTE: This obfuscator will NOT work if you are using Java Reflection in your code. This project only looks at the available code and connects the dots. Reflection hides connections.

Obfuscators

Constant String

    Convert strings to method calls that return the original string through byte manipulation

Constant Integers

    Add redundant math to const ints to hide from global search: 10 = 14 - 4

Debug Removal

    Remove debug lines and information

Field Renaming

    Rename fields

Method Renaming

    Rename methods

Method Overloading

    Multiple methods have the same name with different parameters

Class Renaming

    Rename classes and packages in all the source code and resource files

Resource Value Renaming

    Rename values in res/values-* folders (colors, strings, ...)

Resource File Renaming

    Rename drawables and other resource files

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.