Skip to content

Fall through edge of call instructions #7

Open
@bin2415

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions