Lucaskyy 6e4db110c8
fix: Classes not being written properly because of array shifting
We now use a MutableList to replace it at the proper index, and use a ListBackedSet, so we don't copy List's to Set's for no reason.
This was a very bad issue. The array was shifted every time we removed the original class, the fact we even got a "working" dex file surprises me. Thankfully, this issue is now solved, and we lived happily after.
2022-06-05 08:03:09 +02:00
2022-06-05 08:02:42 +02: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-20 00:16:53 +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%