Skip to content
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

fix: compare method fingerprint parameter order #183

Merged
merged 2 commits into from May 30, 2023

Conversation

LisoUseInAIKyrios
Copy link
Contributor

@LisoUseInAIKyrios LisoUseInAIKyrios commented May 28, 2023

Implemented TODO

Provides stronger matching and gives a slight speed up (around 2-3 seconds improvement when patching YouTube on a laptop), but this also means some existing patches will need updating because the method signature parameters are not the correct order.

edit: all YouTube patches function correctly, also all 'universal' patches work ok as well.

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title fix: compare parameter order fix: compare method fingerprint parameter order May 28, 2023
@LisoUseInAIKyrios LisoUseInAIKyrios marked this pull request as ready for review May 30, 2023 14:42
@oSumAtrIX oSumAtrIX merged commit f857a98 into ReVanced:dev May 30, 2023
2 checks passed
revanced-bot pushed a commit that referenced this pull request May 30, 2023
## [9.0.1-dev.1](v9.0.0...v9.0.1-dev.1) (2023-05-30)

### Bug Fixes

* check for two methods parameters orders ([#183](#183)) ([f857a98](f857a98))
@LisoUseInAIKyrios LisoUseInAIKyrios deleted the parameter_order_comparison branch May 30, 2023 15:44
oSumAtrIX pushed a commit that referenced this pull request Jun 7, 2023
BREAKING CHANGE: This requires changes to `MethodFingerprint`
revanced-bot pushed a commit that referenced this pull request Jun 7, 2023
# [10.0.0-dev.1](v9.0.0...v10.0.0-dev.1) (2023-06-07)

* fix!: check for two methods parameters orders (#183) ([b6d6a75](b6d6a75)), closes [#183](#183)

### BREAKING CHANGES

* This requires changes to `MethodFingerprint`
revanced-bot pushed a commit that referenced this pull request Jun 7, 2023
# [10.0.0](v9.0.0...v10.0.0) (2023-06-07)

* fix!: check for two methods parameters orders (#183) ([b6d6a75](b6d6a75)), closes [#183](#183)

### BREAKING CHANGES

* This requires changes to `MethodFingerprint`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants