Skip to content

Fall through edge of call instructions #7

@bin2415

Description

@bin2415

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions