Replies: 1 comment 1 reply
-
If you simply want to call your own Jimple function with that value as an argument, you can add a new |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement a branch coverage tool in soot, and before each JIfStmt, I want to capture the boolean value of condition at run time and record it as argument to my self-defined function, but I don't know how, can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions