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
Reports generated for DexGuard projects would contain obfuscated native library file names.
Expected behavior
Since Ruler already has access to the mapping file and can de-obfuscate names of other file types, it would ideally be unnecessary for users to see obfuscated names.
Steps to reproduce
Execute analyzeVariantBundle on a DexGuard-enabled project with native libraries.
Versions
DexGuard 9.3.12, configured with overwriteUnprotected = true
Hey, @MrHadiSatrio unfortunately we don't have a license for Dexguard so we can't reproduce this on our end. Can you please check the mapping file and search for that libca3.co and see what is it actually mapping to?
Current behavior
Reports generated for DexGuard projects would contain obfuscated native library file names.
Expected behavior
Since Ruler already has access to the mapping file and can de-obfuscate names of other file types, it would ideally be unnecessary for users to see obfuscated names.
Steps to reproduce
analyzeVariantBundle
on a DexGuard-enabled project with native libraries.Versions
overwriteUnprotected = true
Anything else?
The text was updated successfully, but these errors were encountered: