• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Obfuscapk v1.3 - A black-box obfuscation tool for Android apps

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,613
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,650
‎6 Years of Service‎
 
76%
cli.gif


Obfuscapk – A black-box obfuscation tool for Android apps.

Obfuscapk is a modular Python tool for obfuscating Android apps without needing their source code, since apktool is used to decompile the original apk file and to build a new application, after applying some obfuscation techniques on the decompiled smali code, resources and manifest. The obfuscated app retains the same functionality as the original one, but the differences under the hood sometimes make the new application very different from the original (e.g., to signature-based antivirus software).

Changelog v1.3

    Drop support for Python 3.6 (end of life reached)
    Add support for Python 3.9 and 3.10
    Update dependencies
    Fix obfuscation in res/xml folder by @kiber-io in #61
    Use official VirusTotal API (d0f9e2b)
    Add an option to ignore user defined packages by @Elyorbe in #65
    Replace Jarsigner with Apksigner by @Dado1513 in #83
    Add option to use aapt2 by @Dado1513 in #84
    Fixes to ConstStringEncryption obfuscator by @techee in #96 and #98
    Fixes to reflection obfuscators by @ardalanForoughipour in #102
    Initial Android App Bundle support by @mirsamantajbakhsh in #121


To see this hidden content, you must like this content.
 
Can you make a tut onhow to use this on Windows?

 
@aftabali 

You can install Windows Subsystem for Linux (WSL) on Windows 10

https://www.youtube.com/watch?v=ed9gt9P3LQY

https://www.youtube.com/watch?v=tY6hMT3NR9I

 
Status
Not open for further replies.
Back
Top