scuti icon indicating copy to clipboard operation
scuti copied to clipboard

Option to use normal names with ControlFlow/InvokeDynamic

Open Col-E opened this issue 5 years ago • 0 comments

Cause: https://github.com/netindev/scuti/blob/abfa0a7358bac61c51845d53dfbd4120d005cde4/scuti-core/src/main/java/tk/netindev/scuti/core/transform/obfuscation/ControlFlowTransformer.java#L52

It would be nice to be able to use control flow without having this class file generated. Instead, an option for using a normal Throwable would be handy.

Cause: https://github.com/netindev/scuti/blob/abfa0a7358bac61c51845d53dfbd4120d005cde4/scuti-core/src/main/java/tk/netindev/scuti/core/transform/obfuscation/ControlFlowTransformer.java#L38

Same note for the fields.

Col-E avatar May 18 '20 06:05 Col-E