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

Easier way to obfuscate use Android Pipeline #126

Closed tracer8 closed 9 months ago

tracer8 commented 2 years ago

Hi, I want to suggest easier way to obfuscate. Even Android change to any build type. You can look on this repository: https://github.com/christopherney/Enigma This is gradle plugin, can obfuscate my string. Author use android pipeline to change code before it build, java code. Then rollback code after build success. Require GIT to make sure everything working right. You can look into this plugin, then implement like he did, hook to android pipeline , obfuscate before it build on Java code, manifest, xml etc.. Then build. I'm surely it is easier for you, and user with some lines of config on .gradle file.