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

Fix handling of Annotations in Dex code & UnconditionalBranchFolder #2068

Merged
merged 6 commits into from
Apr 16, 2024

Conversation

MarcMil
Copy link
Contributor

@MarcMil MarcMil commented Apr 15, 2024

No description provided.

When a goto referenced a goto, which was touched by the condition inversion of
UnconditionalBranchFolder, that goto would not be updated.
Therefore, the other references to the goto point to the wrong effects of the
wrong if branch after the optimization.
@MarcMil MarcMil changed the title Fix handling of Annotations in Dex code Fix handling of Annotations in Dex code & UnconditionalBranchFolder Apr 16, 2024
@StevenArzt StevenArzt merged commit 62926b9 into soot-oss:develop Apr 16, 2024
5 checks passed
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.

None yet

2 participants