GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

fix binscure crash asm. #58

Closed K-o-d-y closed 3 years ago

K-o-d-y commented 3 years ago

https://github.com/Col-E/Recaf/blob/master/src/main/java/me/coley/recaf/util/IllegalBytecodePatcherUtil.java please fix this bug

Col-E commented 3 years ago

That code is outdated anyways

GraxCode commented 3 years ago

Not gonna fix. Is an ASM bug.

x4e commented 3 years ago

@K-o-d-y For the IllegalBytecodePatcherUtil you can just load the jar into recaf and save it again. This will apply the patcher to all the classes in the jar. As Col-E said, however, the patcher is outdated and will not work on recent (or even some old) Binscure obfuscated jars.