joern icon indicating copy to clipboard operation
joern copied to clipboard

Parse the Argument that passed by caller

Open kbh1860 opened this issue 2 years ago • 0 comments

joern can't parse the Argumetn that passed by caller? like this situation

` void sub_12345(int a1, int a2){ testFunc(a1, a2); }

void caller(int a, int b, int c) int arg1 = 1, arg2 = 2); sub_12345(arg1, arg2); `

how can i parse the testFunc??

kbh1860 avatar Sep 30 '23 13:09 kbh1860