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.