• 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.

Obfuscapk: 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,623
Solutions
2
Reputation
32
Reaction score
100,457
Points
2,313
Credits
32,750
‎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).

To see this hidden content, you must like this content.
 
@kalakas you can decompile .apk file  

obfuscate the apk and compile again

 
@kalakas Decompile .apk file with the apktool

 
Last edited by a moderator:
@itsMe  Sigo sin poder ofuscar la app, los estoy realizando desde Docker y lo decompilé con APK Easy Tool  pero aún me sigue arrojando el mismo error. Sabrás en qué estoy fallando? De igual forma te comento los pasos realizados;

-Descargué la imagen

-Le hice el pull y tag

-Por último ingresé las siguientes instrucciones:

docker run –rm –it –u $(id –u):$(id –g) –v “${PWD}”:”/workdir” obfuscapk –o RandomManifest –o Rebuild –o NewAlignment –o MethodRename –o MethodOverload archivo.apk

Espero me puedas ayudar

 
@kalakas no se donde debe de estar el error

 
Status
Not open for further replies.
Back
Top