Lucaskyy e5f9a42ee6
Convert typed Object & Array types to Object types
Commit name is a bit superfluous, but it means that types such as "Ljava/lang/String;" get converted to "Ljava/lang/Object;". This is so we don't need to know the mappings, which are random in YT's code.

This is done in MethodResolver's "convertObject" and "convertObjects" for arrays.

Also changed ExtraTypes.ArrayAny to Object instead of String, that was a mistake. (which caused the test to pass at first)
2022-03-19 22:34:41 +01:00
2022-03-19 18:35:41 +01:00
2022-03-16 22:00:41 +01:00
2022-03-19 16:10:05 +01:00
2022-03-16 22:00:41 +01:00
2022-03-16 22:00:41 +01:00
2022-03-16 22:00:41 +01:00
2022-03-16 22:01:29 +01:00
2022-03-19 18:35:41 +01:00

Patcher

Description
💉 ReVanced Patcher used to patch Android applications
Readme GPL-3.0 3.4 MiB
Languages
Kotlin 100%