opal
opal copied to clipboard
Search in CallGraph
Hi Team,
Thank you for this amazing project! I was able to generate a call graph with the dependencies' calls as mentioned. I wanted to check if this project includes a feature to examine the call graph, such as searching for a specific function name from a library or just a function name. Can it identify whether the mentioned function is reachable? Essentially, I’m trying to address a reachability analysis issue, where I have the name of a vulnerable function from an open-source package, and I want to search the call graph to see if it's reachable.
If this feature isn't currently available, could you guide me through the process? I'd also be happy to contribute if I can.
Thanks, Rohit