0

Is there any way to completely disable APK decompile and get source code back. I have developed payment app, but i need to avoid completely disable reverse engineering.

ayesh don
  • 1,121
  • 1
  • 15
  • 25

1 Answers1

0

There are lot obfuscation libraries out there. Like proguard. You can include it in your CI-CD pipeline and protect your code.

Hakuna Matata
  • 755
  • 3
  • 13