Gabriel Claudiu Georgiu
Gabriel Claudiu Georgiu
Hi, please see the first entry in the [FAQs](https://github.com/ClaudiuGeorgiu/Obfuscapk/blob/master/docs/FAQ.md#speech_balloon-can-i-use-this-tool-to-bypass-antivirus-software).
Hi, currently we haven't tested the Play Store submission after using Obfuscapk. **a)** should be possible if you sign the app with your certificate while for **b)** I guess it...
Hi @luowl123, currently it's not possibile, but it could be an interesting improvement.
Can you try the command `python -m obfuscapk.cli -o ClassRename -o Rebuild -o NewSignature "C:\Users\jn\newfoldr\com.obfuscapk.demo.v1.0-original.apk"`? Do you get the same error?
I don't think an hybrid workflow as you described would work, and Obfuscapk cannot obfuscate directly Java code. Maybe this issue could be solved by using `--use-aapt2` flag, as you...
> my idea is to be able to build a minimal functionality with Eclipse, then obfuscate critical code, take that to Android Studio, add other pieces and complete the project...
> How do I stop the process before going into the final rebuild and signing, so as to have importable .java files I can then bring into A Studio? You...
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...
Hi, try [enabling the verbose logging](https://github.com/ClaudiuGeorgiu/Obfuscapk/blob/master/docs/TROUBLESHOOTING.md#enable-verbose-logging) to better understand what's going on. If the obfuscation is stuck on `NewSignature` maybe there is some problem with the underlying `apksigner`.
Hi, you can use a tool like [jadx](https://github.com/skylot/jadx) to check the decompiled code of the obfuscated apk.