-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHA-256 digest error for org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class #368
Comments
盘了一下,发现是引入线程优化("com.didiglobal.booster:booster-transform-thread:$booster_version")引起的。因为 booster-transform-thread 对 org.bouncycastle:bcprov-jdk15on:1.6.0 进行了插桩,如图: 而 cc-register 在 scan class 的时候产生了异常,如图: |
为了让森哥尽快确认,100% 复现问题,这里是 demo 工程 |
johnsonlee
added a commit
to johnsonlee/booster
that referenced
this issue
Aug 22, 2022
…signature verification
johnsonlee
added a commit
to johnsonlee/booster
that referenced
this issue
Aug 22, 2022
…signature verification
johnsonlee
added a commit
to johnsonlee/booster
that referenced
this issue
Aug 22, 2022
…signature verification
This was referenced Aug 22, 2022
Closed
fixed in |
This was referenced Jul 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please provide the following informations.
System version: macOS 12.5
Java version: 11
Gradle version: 6.6
Android Gradle plugin version: 4.0.0
Booster version: 4.11.0
Stack traces
The text was updated successfully, but these errors were encountered: