Re: [DynInst_API:] Indirect Control Flow Target Deduction in CFG

2017-12-05 Thread Xiaozhu Meng
Hi Buddhika, Using backward slicing to resolving indirect calls is possible, but there is no guarantee that this would work in general. For example, a common pointer-based control flow pattern is to call a callback function passed in as a function pointer. Calling such function pointer leads to

Re: [DynInst_API:] Control Flow Graph example with parseAPI

2017-12-05 Thread Xiaozhu Meng
Hi, I find that I have source files for these examples. I will add them to the repo. Buddhika: I will send them to you in a separate email. On Mon, Dec 4, 2017 at 8:02 PM, Buddhika Chamith Kahawitage Don < budka...@umail.iu.edu> wrote: > Hi, > > Thanks for the pointers Thomas and Bill. Is

Re: [DynInst_API:] Control Flow Graph example with parseAPI

2017-12-05 Thread Buddhika Chamith Kahawitage Don
Hi, Thanks very much. Regards Buddhika On Tue, Dec 5, 2017 at 9:33 AM, Xiaozhu Meng wrote: > Hi, > > I find that I have source files for these examples. I will add them to the > repo. > > Buddhika: I will send them to you in a separate email. > > On Mon, Dec 4, 2017 at 8:02