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

feat: detect removal of checkcast and update of method return type #1

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

algomaster99
Copy link
Member

Example inspired from Java Decompiler Diversity and its Application to Meta-decompilation§4.3.2.

We see that because of this bug procyon the diff reported by diffoscope is noisly. The paper itself motivates that relying on decompilers is not the best way to find differences in the bytecode as 1) they behave very differently 2) they suffer from deceptive decompilation.

@algomaster99 algomaster99 merged commit fb923f3 into main Aug 5, 2024
2 checks passed
@algomaster99 algomaster99 deleted the bytecode-decompilation branch August 5, 2024 17:28
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

Successfully merging this pull request may close these issues.

1 participant