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

DRAFT: Add "insertAfterLocalVariable" method on CtBehavior #436

Closed
wants to merge 1 commit into from
Closed

Conversation

Adahel
Copy link

@Adahel Adahel commented Oct 17, 2022

The purpose of this method is to make changes to code where the line number or variable name is unknown or does not exist. I use it for some obfuscated code, but it doesn't work for all obfuscated code. For unobfuscated code it obviously works.
The implementation is included with a test.

@Adahel Adahel linked an issue Mar 7, 2023 that may be closed by this pull request
@Adahel Adahel deleted the branch jboss-javassist:master March 30, 2023 17:30
@Adahel Adahel closed this Mar 30, 2023
@Adahel Adahel deleted the master branch March 30, 2023 17:30
@Adahel Adahel restored the master branch March 30, 2023 17:30
@Adahel Adahel reopened this Mar 30, 2023
@Adahel Adahel closed this by deleting the head repository Mar 30, 2023
@Adahel Adahel reopened this Mar 30, 2023
@Adahel Adahel closed this Mar 30, 2023
@Adahel Adahel changed the title Add "insertAfterLocalVariable" method on CtBehavior DRAFT: Add "insertAfterLocalVariable" method on CtBehavior Mar 30, 2023
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

1 participant