Obfuscapk icon indicating copy to clipboard operation
Obfuscapk copied to clipboard

How to detect is obfuscation done successfully or not

Open bimalchawla89 opened this issue 3 years ago • 2 comments

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 avatar Mar 07 '22 15:03 bimalchawla89

@ClaudiuGeorgiu please help here. Thanks.

bimalchawla89 avatar Mar 07 '22 15:03 bimalchawla89

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.

ClaudiuGeorgiu avatar Mar 07 '22 18:03 ClaudiuGeorgiu