Tags: lijunhuayc/jadx
Tags
fix: change not allowed access modifiers for methods (skylot#387) (PR s… …kylot#439) Fix visibility access modifies for methods (see discussions in skylot#370 and skylot#387): * all virtual methods become public * direct methods become private (instead constructors and static methods for now) * such modifications perform by default and can be disabled by the option in preferences (`--respect-bytecode-access-modifiers` in jadx-cli) * if changed to method added comment (`Access modifiers changed, original: private`)
PreviousNext