Run (selection of?) transformers on jaggl.jar #78

Closed
opened 4 years ago by gpe · 1 comments
gpe commented 4 years ago
Owner

While jaggl.jar is not obfuscated, it'd be nice to run some of the transformers on it.

For example, some of the methods could be made private. Some static methods have ACC_FINAL set, which is redundant. OverrideTransformer doesn't run, so methods are missing @Override annotations.

While jaggl.jar is not obfuscated, it'd be nice to run some of the transformers on it. For example, some of the methods could be made private. Some static methods have ACC_FINAL set, which is redundant. OverrideTransformer doesn't run, so methods are missing @Override annotations.
gpe added the
deobfuscator
improvement
labels 4 years ago
Poster
Owner

This is also important for tracking the original local variable indexes.

This is also important for tracking the original local variable indexes.
gpe closed this issue 4 years ago
Sign in to join this conversation.
Loading…
There is no content yet.