Android Question ProGuard in b4a

Ashaz

Member
Licensed User
Longtime User
Hi,

i want to use Proguard in b4a to make it more difficult for understanding by reverse engineering.

presently b4a generated apk can easily decompiled online with all codes except public module.

so i want to use proGuard in b4a.... how can i do that...? any example?
 

watesoft

Active Member
Licensed User
Longtime User
Hi,

i want to use Proguard in b4a to make it more difficult for understanding by reverse engineering.

presently b4a generated apk can easily decompiled online with all codes except public module.

so i want to use proGuard in b4a.... how can i do that...? any example?
1741519734906.png
 
Upvote 0

Ashaz

Member
Licensed User
Longtime User
i know that, but it only obfuscate particular module codes only. not all codes.
but i see in many android apps, developed in Android Studio, when we decompile that,
the code can not understand easily cause all codes, encrypted may be using ProGuard...
 
Upvote 0

Similar Threads

  • Locked
  • Question
Android Question ProGuard
Replies
3
Views
298
Replies
2
Views
788
  • Question
Android Question ProGuard
Replies
13
Views
5K
Top