Yihao Chen
Results
1
issues of
Yihao Chen
When I try to use joern-export command ``` subprocess.run( ["joern-export", "--repr", "pdg", "--out", os.path.abspath(pdg_dir)], cwd=output_path, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, ) ``` to generate a PDG of the java example below ``` public...