-
|
I'm trying to use ghidra to process some loops recently. I can clearly see them in the window of decompilation and function control flow graph, but I don't know how to get and process them through java api. Could you give me some advice or help? Thank you~ |
Beta Was this translation helpful? Give feedback.
Answered by
N3vv
Jul 11, 2023
Replies: 1 comment
-
|
Those who are interested in this problem can refer to the code implementation in here . : ) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
N3vv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those who are interested in this problem can refer to the code implementation in here . : )