Skip to content

Legacy Jimple Parsing - Transient modifier#909

Merged
stschott merged 3 commits intodevelopfrom
fix/legacyTransientMethodModifier
Apr 8, 2024
Merged

Legacy Jimple Parsing - Transient modifier#909
stschott merged 3 commits intodevelopfrom
fix/legacyTransientMethodModifier

Conversation

@stschott
Copy link
Copy Markdown
Collaborator

@stschott stschott commented Apr 8, 2024

Fix bug where legacy Jimple cannot be parsed due to old Soot wrongfully translating the "varargs" method modifier to "transient".
Likely due to the bit set being the same for both modifiers (https://stackoverflow.com/questions/4936803/why-java-methods-with-varargs-identified-as-transient)

…ly translating the "varargs" method modifier to "transient"
@stschott stschott requested a review from JonasKlauke April 8, 2024 13:09
@stschott stschott merged commit 111fbc9 into develop Apr 8, 2024
@stschott stschott deleted the fix/legacyTransientMethodModifier branch April 8, 2024 14:07
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.

2 participants