ClaudiuGeorgiu / Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
MIT License
1.09k stars 285 forks source link

How to detect is obfuscation done successfully or not #129

Closed bimalchawla89 closed 9 months ago

bimalchawla89 commented 2 years ago

image

when running the command getting below response, how to detect whether obfuscation process completed or not and where the destination apk generated that also not generating. Thanks.

bimalchawla89 commented 2 years ago

@ClaudiuGeorgiu please help here. Thanks.

ClaudiuGeorgiu commented 2 years ago

When you use Docker you cannot directly access the files on your system from a running container. You have to mount the file/directory to be able to access it from the container, using the -v parameter (as suggested in the readme). In your case, the command should be similar to this (not sure if this will really work, I don't use Docker on Windows):

image

If everything works, you should find the obfuscated file in C:\Users\bimalchawla\Desktop\Obfuscapk\src\ee.apk.