Replies: 1 comment
-
The IRs in Soot do not model parameter names because they don't exist in bytecode. In Jimple, there are tags to store extra debug information such as parameter names if they are available. Maybe these tags are kept in Baf to also write out debug information when producing new class files. Have you looked at the tags associated with the method? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm using Baf to create java class from Jimple . how can i preserve the original method argument names ?
Beta Was this translation helpful? Give feedback.
All reactions