I want to entirely automate the deobfuscation process, such that the whole thing can be done from a single CLI command, so I don't want to rely on the IDE at all. We already have code for removing unused methods, it's just broken: https://git.openrs2.org/openrs2/openrs2/src/branch/master/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/transform/UnusedMethodTransformer.kt
e.g. method3230
This can be automated by the IDE.
I want to entirely automate the deobfuscation process, such that the whole thing can be done from a single CLI command, so I don't want to rely on the IDE at all. We already have code for removing unused methods, it's just broken: https://git.openrs2.org/openrs2/openrs2/src/branch/master/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/transform/UnusedMethodTransformer.kt