Skip to content

Generation of a control flow graph with basic blocks #1905

@merendamattia

Description

@merendamattia

Hi everyone, is it possible to generate a control flow graph with only the basic blocks? For example by going to get as a result a list of pairs [(0, 12), (0, 15), (15, 25), (15, 145), (25, 41), (25, 100), ...], which identify to me the basick block input program counter and the output program counter. I already tried myth analyze <options> -g cfg.html, but it yields only a graphical representation in html.

Metadata

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