revanced-patcher icon indicating copy to clipboard operation
revanced-patcher copied to clipboard

πŸ’‰ ReVanced Patcher used to patch Android applications

Results 48 revanced-patcher issues
Sort by recently updated
recently updated
newest added

### Type Functionality ### Issue When running on limited memory, it may not be enough to patch a specific app and ends up throwing an OOM as seen in https://github.com/ReVanced/revanced-patcher/issues/193...

Feature request
Waiting on author

### Type Functionality ### Issue Too many people fail to update Manager, and then they wonder why it's throwing class not found exceptions during patching. ### Feature Create a minimum...

Feature request

### Type Crash ### Bug description I can patch the YouTube app just fine using ReVanced Manager. When I try to patch other apps (tested Twitter and Twitch), I get...

Bug report

### Type Functionality ### Issue Currently, the fingerprints are always resolved by matching the fields in a specific order. ### Feature Allow fields to be annotated with priority. [Example](https://github.com/revanced/revanced-patches/blob/e43d692c7299b1b3faa0f54577f7495bd4413aca/src/main/kotlin/app/revanced/patches/youtube/misc/fix/verticalscroll/fingerprints/CanScrollVerticallyFingerprint.kt): ```kt...

Feature request

### Type Error at runtime ### Bug description Occurred in revanced/revanced-patches#2177 ### Steps to reproduce Two patches modify the same method but don’t use a `mutableMethod` to resolve the instruction...

Bug report

### Type Functionality ### Issue Everytime resolving happens, it searches thru all classes and methods until it finds a match. But since most patches work only for a few app...

Feature request

### Type Functionality ### Issue Currently, method fingerprints match using exact class match (or more specifically, 'starts with' matching of a class name). It does not allow polymorphic matching, such...

Feature request

### Type Functionality ### Issue Class fingerprints are helpful to find methods that have same method signature. ### Feature ``` object MyClassFingerprint : ClassFingerprint( "com/example/package/MyClass", // Name of the class...

Feature request

### Type Functionality ### Issue Patch logs does not show the pkgName/version used to patch. When install/patch fails people usually do a screenshot and ask for help. ### Feature Showing...

Feature request

### Type Functionality ### Issue ReVanced Patcher should only provide primitive types for patch options such as an `IntOption` or `StringOption`. This creates complications when abstractions are required at a...

Feature request