You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please connect to the obfuscation library for the four major components of AndroidManifest.xml (Activity, Service, BroadcastReceiver, ContentProvider)
#157
Open
Aimeelove5 opened this issue
Jan 8, 2025
· 0 comments
https://github.com/denglongfei/activityGuard
ActivityGuard is a solution for obfuscating the four major components. It can interfere with the names of Activity, Service, Application and custom promoted views in apk and aab during compression to ensure the security of the application.
Purpose
Preventing reverse engineering: The class names of the four major components of Android are directly referenced in AndroidManifest.xml and code. After understanding the application logic based on the name, it is easy to be decompiled.
Enhanced security: Obfuscating names increases the weight of attackers to locate key components and reduces the risk of network attacks.
Vest package: Reduce the duplication rate of aab packages to avoid being removed from the shelves or banned due to too high duplication rate when listed on Google Play
The text was updated successfully, but these errors were encountered:
https://github.com/denglongfei/activityGuard
ActivityGuard is a solution for obfuscating the four major components. It can interfere with the names of Activity, Service, Application and custom promoted views in apk and aab during compression to ensure the security of the application.
Purpose
Preventing reverse engineering: The class names of the four major components of Android are directly referenced in AndroidManifest.xml and code. After understanding the application logic based on the name, it is easy to be decompiled.
Enhanced security: Obfuscating names increases the weight of attackers to locate key components and reduces the risk of network attacks.
Vest package: Reduce the duplication rate of aab packages to avoid being removed from the shelves or banned due to too high duplication rate when listed on Google Play
The text was updated successfully, but these errors were encountered: