alibaba / alibaba/AndFix

关于混淆

Open
#153 14 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
7k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

我刚刚写混淆
第一次打old.apk的时候混淆是如下方式写的
-keep class \* extends java.lang.annotation.Annotation
-keepclasseswithmembernames class \* {
native ;
}
-keep class com.alipay.euler.andfix.*\* {_;}
-printmapping build/outputs/mapping/mapping.txt
然后打new.apk的时候
-keep class \* extends java.lang.annotation.Annotation
-keepclasseswithmembernames class \* {
native ;
}
-keep class com.alipay.euler.andfix._\* {*;}
-applymapping mapping.txt

问:我写的对吗?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the issue's 14-comment thread and compare the two ProGuard configurations shown for old.apk and new.apk, including mapping.txt and -applymapping mapping.txt. Done means establishing whether the configuration is correct and recording any required corrections or usage guidance.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
mobile-dev
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.