Hi, I am trying to identify non-return function according to the cfg output from bap. This is the cfg plugin that I used. here.
Here is my method:
If a basic block's terminator is a call instruction and it doesn't have fall through edge, I deem that it calls a non-return function. But when I checked the cfg result, it seems that there is no fall through edge of call instruction.
I am curious whether I can output the fall through edge of call instructions?
Thanks!