Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: default method found in version 50.0 classfile #143

Closed
Lanchon opened this issue Oct 1, 2017 · 4 comments
Closed

Bug: default method found in version 50.0 classfile #143

Lanchon opened this issue Oct 1, 2017 · 4 comments

Comments

@Lanchon
Copy link

Lanchon commented Oct 1, 2017

head (1d51507) produces invalid java bytecode when translating dex files with java 7 features (eg: default methods) or Java 8 features (eg: invoke-polymorphic or invoke-custom).

@Lanchon
Copy link
Author

Lanchon commented Oct 1, 2017

fixed here: DexPatcher@981efdd

@Lanchon
Copy link
Author

Lanchon commented Jun 29, 2018

a fix for this was attempted in official dex2jar on Jun 6, 2018 with 85b1b3b.

however, bug #194 was introduced by the attempt.

@pxb1988
Copy link
Owner

pxb1988 commented Jul 4, 2018

Duplicate of #194

@pxb1988 pxb1988 marked this as a duplicate of #194 Jul 4, 2018
@Lanchon
Copy link
Author

Lanchon commented Jul 4, 2018

not really a duplicate of #194.

but should be fixed with 85b1b3b and b577140.

thanks!

@Lanchon Lanchon closed this as completed Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants