You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow jar processing to take a regex of which classes to extract (--jarfilter)
Tidy errors
Push returns early when reordering to make control flow as simple as possible. Explicit support for ternaries which jump in to identical returns. (improves quality of some dex2jar code).
Shrink catch block if it's over aggressive.
Improve trailing goto removal once code at structurable stage.
Handle conditionals that jump straight into a fall through (was leaving a goto)
Don't allow static initialiser to be marked as an override (oops!)